gnu-social/plugins/Oembed/css/oembed.css
Mikael Nordfeldth 241b965715 oEmbed CSS file
2016-03-21 03:12:24 +01:00

16 lines
212 B
CSS

.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;
}