]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Oembed/css/oembed.css
Debugging output in OStatus for easier reading+greping
[quix0rs-gnu-social.git] / plugins / Oembed / css / oembed.css
1 .oembed-thumb {
2     float: left;
3     margin-bottom: 1ex;
4     margin-right: 1em;
5     padding-bottom: 1ex;
6 }
7
8 .oembed-source {
9     font-style: italic;
10 }
11
12 .oembed-html {
13     max-height: 100px;
14     overflow: auto;
15 }