diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-24 03:14:27 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-24 03:14:27 +0000 |
commit | 4980f654a8bfc7118a927993107a7de41d42863a (patch) | |
tree | 74a301cb42fcc0af0c301d905ff6f048775af4cc /theme/base/css | |
parent | 18eb40c98807e8c51e6a695e00a7ba03c004ac5f (diff) |
Notice search markup and style
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 367396338..17700e64e 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -374,7 +374,6 @@ margin-bottom:1em; #content { width:644px; -width:46em; padding:18px; float:left; border-radius:7px; @@ -391,11 +390,10 @@ float:left; } #aside_primary { -width:300px; -width:21.429em; +width:286px; float:left; margin-left:2px; -padding:18px 4px 18px 18px; +padding:18px; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; @@ -661,8 +659,8 @@ content: ":"; } .section ul.entities { -width:280px; float:left; +width:100%; } .section .entities li { list-style-type:none; @@ -761,7 +759,6 @@ border-radius:4px; #notices_primary { float:left; width:644px; -width:46em; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; |