summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-07-20 23:11:23 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-07-20 23:11:23 +0000
commitb46961558ac3710fcaeeb13e288316e9d091fd49 (patch)
tree390e32cd28bd7b74998ada0f69f04c7a9fd68fc8 /theme
parent31307e6cdd21bbd7bb2290aeb64e7180fef87159 (diff)
Reduced content width slightly for IE6
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/ie6.css2
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%;