]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Oembed/css/oembed.css
Merge branch 'master' of git.gnu.io:gnu/gnu-social into nightly
[quix0rs-gnu-social.git] / plugins / Oembed / css / oembed.css
1 .u-photo.oembed {
2     float: left;
3     margin-bottom: 1ex;
4     margin-right: 1em;
5 }
6
7 .p-author.oembed {
8     font-style: italic;
9 }
10
11 .p-summary.oembed {
12     line-height: 1.25em;
13     max-height: 5em;
14     overflow: auto;
15 }