From 241b965715f3f1dba4290500110a457262a19b11 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 21 Mar 2016 03:12:24 +0100 Subject: [PATCH] oEmbed CSS file --- plugins/Oembed/css/oembed.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/Oembed/css/oembed.css 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; +}