limit width of embedded <video> elements
This commit is contained in:
parent
f50766f88c
commit
d517829bcd
|
@ -56,7 +56,8 @@ div.cdmContentInner {
|
||||||
font-size : 15px;
|
font-size : 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.cdmContentInner img {
|
div.cdmContentInner img,
|
||||||
|
div.cdmContentInner video {
|
||||||
border-width : 0px;
|
border-width : 0px;
|
||||||
max-width : 98%;
|
max-width : 98%;
|
||||||
height : auto;
|
height : auto;
|
||||||
|
|
|
@ -44,7 +44,8 @@ div.postReply div.postContent {
|
||||||
padding : 10px;
|
padding : 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postReply div.postContent img {
|
div.postReply div.postContent img,
|
||||||
|
div.postReply div.postContent video {
|
||||||
border-width : 0px;
|
border-width : 0px;
|
||||||
max-width : 98%;
|
max-width : 98%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
Loading…
Reference in New Issue