summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-03-08 16:08:03 +0000
committerSarven Capadisli <csarven@status.net>2010-03-08 16:08:03 +0000
commitb8cb3d2833a5de39e51d5beb463ab8a0d218bbdb (patch)
tree4e831abbedd673714aeb819330181beb5bd42317 /theme
parenta5cbd1918bfaa20e1f03e6330f479a062361236d (diff)
Alignment fix for IE6
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/ie6.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/theme/base/css/ie6.css b/theme/base/css/ie6.css
index edc49478f..6df5e01ce 100644
--- a/theme/base/css/ie6.css
+++ b/theme/base/css/ie6.css
@@ -12,11 +12,11 @@ margin:0 auto;
}
#content {
-width:69%;
+width:66%;
}
#aside_primary {
-padding:5%;
-width:29.5%;
+padding:1.8%;
+width:24%;
}
.entity_profile .entity_nickname,
.entity_profile .entity_location,
@@ -32,9 +32,9 @@ margin-bottom:123px;
width:20%;
}
.notice div.entry-content {
-width:50%;
+width:65%;
margin-left:30px;
}
.notice-options a {
width:16px;
-} \ No newline at end of file
+}