forked from GNUsocial/gnu-social
16 lines
219 B
CSS
16 lines
219 B
CSS
|
.u-photo.oembed {
|
||
|
float: left;
|
||
|
margin-bottom: 1ex;
|
||
|
margin-right: 1em;
|
||
|
}
|
||
|
|
||
|
.p-author.oembed {
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
.p-summary.oembed {
|
||
|
line-height: 1.25em;
|
||
|
max-height: 5em;
|
||
|
overflow: auto;
|
||
|
}
|