diff options
Diffstat (limited to 'themes/clouds/css-1.7.8/style.css')
| -rw-r--r-- | themes/clouds/css-1.7.8/style.css | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/themes/clouds/css-1.7.8/style.css b/themes/clouds/css-1.7.8/style.css index 510a04e57f..a826f79763 100644 --- a/themes/clouds/css-1.7.8/style.css +++ b/themes/clouds/css-1.7.8/style.css @@ -1068,6 +1068,7 @@ a:hover { clear: both; text-align: center; } + img { border: 0; } @@ -1179,10 +1180,6 @@ table.center { white-space: normal; } -.list_item { - font-size: 12px; -} - .facts_table { width: 100%; } @@ -1210,7 +1207,6 @@ div.fact_SHARED_NOTE { .facts_value { background: #fff; - font-size: 12px; border: solid #999 1px; padding: 4px; } @@ -1443,7 +1439,6 @@ a:hover .nameZoom { .news_title { color: #000; font-weight: bold; - font-size: 14px; } .news_date { @@ -3008,7 +3003,7 @@ div.faq_body { overflow: hidden; } -#separator:after { +#separator::after { position: absolute; top: 0; right: 0; @@ -3021,18 +3016,18 @@ div.faq_body { border-top-right-radius: 3px; } -[dir=rtl] #separator:after { +[dir=rtl] #separator::after { right: auto; left: 0; } .separator-hidden:after, -[dir=rtl] .separator-visible:after { +[dir=rtl] .separator-visible::after { background: #acf url(images/general_sprite.png) no-repeat -26px 100px; } .separator-visible:after, -[dir=rtl] .separator-hidden:after { +[dir=rtl] .separator-hidden::after { background: #acf url(images/general_sprite.png) no-repeat -1px 100px; } |
