diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-20 23:11:23 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-20 23:11:23 +0000 |
commit | b46961558ac3710fcaeeb13e288316e9d091fd49 (patch) | |
tree | 390e32cd28bd7b74998ada0f69f04c7a9fd68fc8 /theme/base | |
parent | 31307e6cdd21bbd7bb2290aeb64e7180fef87159 (diff) |
Reduced content width slightly for IE6
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/ie6.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/base/css/ie6.css b/theme/base/css/ie6.css index dde4d6fc7..eca240faa 100644 --- a/theme/base/css/ie6.css +++ b/theme/base/css/ie6.css @@ -12,7 +12,7 @@ margin:0 auto; } #content { -width:70%; +width:69%; } #aside_primary { padding:5%; |