From: Mikael Nordfeldth Date: Mon, 21 Mar 2016 02:12:24 +0000 (+0100) Subject: oEmbed CSS file X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=241b965715f3f1dba4290500110a457262a19b11;p=quix0rs-gnu-social.git oEmbed CSS file --- diff --git a/plugins/Oembed/css/oembed.css b/plugins/Oembed/css/oembed.css new file mode 100644 index 0000000000..ad7b3fb9b0 --- /dev/null +++ b/plugins/Oembed/css/oembed.css @@ -0,0 +1,15 @@ +.oembed-thumb { + float: left; + margin-bottom: 1ex; + margin-right: 1em; + padding-bottom: 1ex; +} + +.oembed-source { + font-style: italic; +} + +.oembed-html { + max-height: 100px; + overflow: auto; +}