]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
oEmbed CSS file
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 21 Mar 2016 02:12:24 +0000 (03:12 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 21 Mar 2016 02:12:24 +0000 (03:12 +0100)
plugins/Oembed/css/oembed.css [new file with mode: 0644]

diff --git a/plugins/Oembed/css/oembed.css b/plugins/Oembed/css/oembed.css
new file mode 100644 (file)
index 0000000..ad7b3fb
--- /dev/null
@@ -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;
+}