diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-10-01 05:52:55 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-10-01 05:52:55 +0100 |
| commit | f4fb82c5438999ad417d344a78e030945145b2fe (patch) | |
| tree | dc3c42e57737b91eda804ca2fbcd17124c155316 /themes/compat/theme.css | |
| parent | 23c2a4e7aefa20361b69751677152762ccef5553 (diff) | |
default theme updates
Diffstat (limited to 'themes/compat/theme.css')
| -rw-r--r-- | themes/compat/theme.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/compat/theme.css b/themes/compat/theme.css index 11724ee1f..44e39d98f 100644 --- a/themes/compat/theme.css +++ b/themes/compat/theme.css @@ -883,6 +883,10 @@ div.headlines_cdm { right : 0px; } +#prefFooter { + display : none; +} + #footer { position : absolute; bottom : 0px; @@ -920,6 +924,7 @@ div.return a:hover { } #prefContent { + position : static; background-image : url("images/vgrad_light_rev.png"); background-position : top left; background-repeat : repeat-x; |