16 lines
212 B
CSS
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;
|
||
|
}
|