force minimum iframe width

This commit is contained in:
Andrew Dolgov
2013-03-21 16:50:27 +04:00
parent 3873151bcb
commit 922bfe736f
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -155,3 +155,7 @@ div.cdmContentInner p {
.Unread div.cdmHeader {
font-weight : bold;
}
div.cdmContentInner iframe {
min-width : 50%;
}
+4
View File
@@ -1193,3 +1193,7 @@ div.postContent p {
.Unread div.hlTitle {
font-weight : bold;
}
div.postContent iframe {
min-width : 50%;
}