gnu-social/plugins/Oembed/css/oembed.css

17 lines
244 B
CSS
Raw Normal View History

.u-photo.oembed {
2016-03-21 02:12:24 +00:00
float: left;
margin-bottom: 1ex;
margin-right: 1em;
padding-bottom: 1ex;
}
.p-author.oembed {
2016-03-21 02:12:24 +00:00
font-style: italic;
}
.p-summary.oembed {
line-height: 1.25em;
max-height: 5em;
2016-03-21 02:12:24 +00:00
overflow: auto;
}