diff options
author | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-02-01 19:34:11 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-02-01 19:34:11 +0000 |
commit | 88eb8c924ce35124560df71a58b8353309f2d25c (patch) | |
tree | 32c934478e996e2ab0497fa3ae48a901cc9b2dba /theme/base | |
parent | 804dc7cdb95b54dbd4c4fc362cf79c5ff47b14be (diff) |
Reduced width and realigned anon_notice
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 809c1ba6f..0ba4f7628 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -240,10 +240,9 @@ display:none; #site_notice { position:absolute; -right:0; -top:49px; -float:right; -width:300px; +top:65px; +right:18px; +width:250px; } #page_notice { clear:both; |