diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 04:19:14 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 04:19:14 +0000 |
commit | 6967e3ec86b421066cd3d5be74a103a3b394937c (patch) | |
tree | f5d7971bb9ae6185a3e000e981bb85a63494c378 /theme/base/css/display.css | |
parent | 2fb53cdae446313546b7e65dccfef046fb7150da (diff) |
Setting up a way to deal with different logo sizes.
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index e9799160c..e337f1c98 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -195,13 +195,11 @@ float:left; margin-bottom:18px; margin-left:18px; } -address .fn, -address .email { -display:none; +address.vcard img.logo { +margin-right:0; } - #header { width:100%; position:relative; @@ -399,7 +397,6 @@ border-radius:7px; width:384px; width:458px; float:left; -margin-left:68px; position:relative; line-height:1; } |