diff options
Diffstat (limited to 'ratatoeskr/cms_style')
-rw-r--r-- | ratatoeskr/cms_style/layout.css | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/ratatoeskr/cms_style/layout.css b/ratatoeskr/cms_style/layout.css index c0fec6f..00e41cb 100644 --- a/ratatoeskr/cms_style/layout.css +++ b/ratatoeskr/cms_style/layout.css @@ -145,6 +145,7 @@ h2 { width: 50mm; margin: 0px; padding: 0px; + overflow: hidden; } .triplecolumns .column_right { @@ -152,6 +153,7 @@ h2 { width: 50mm; margin: 0px; padding: 0px; + overflow: hidden; } .triplecolumns .column_main { @@ -172,15 +174,6 @@ h2 { width: 100%; } -/*div.error { - border: 1px solid #f00; - background: #fcc; - color: #f00; - padding: 1em; - margin: 3mm 0mm 3mm; - text-align: center; -}*/ - div.error { border: 1px solid #8d8d8d; background: #ddd url(images/error.png) no-repeat top left; |