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

16 lines
212 B
CSS
Raw Normal View History

2016-03-21 02:12:24 +00:00
.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;
}