force minimum iframe width
This commit is contained in:
parent
3873151bcb
commit
922bfe736f
2 changed files with 8 additions and 0 deletions
4
cdm.css
4
cdm.css
|
@ -155,3 +155,7 @@ div.cdmContentInner p {
|
|||
.Unread div.cdmHeader {
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
div.cdmContentInner iframe {
|
||||
min-width : 50%;
|
||||
}
|
||||
|
|
|
@ -1193,3 +1193,7 @@ div.postContent p {
|
|||
.Unread div.hlTitle {
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
div.postContent iframe {
|
||||
min-width : 50%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue