summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-03-25 22:48:51 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-03-25 22:48:51 +0000
commita7d8f7197e87fd7cbed8b58e07b3904929adf0c5 (patch)
treecec45fbf7e632a1996107dc44f8a328e1e567e2a /theme
parentce325a06b129e639a3e51c8396f0d54b40f2e239 (diff)
Alignment of notice-options in IE6
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/ie6.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/theme/base/css/ie6.css b/theme/base/css/ie6.css
index 10b31cbcb..fa6ec92d2 100644
--- a/theme/base/css/ie6.css
+++ b/theme/base/css/ie6.css
@@ -9,3 +9,6 @@ margin-left:0;
.entity_profile .entity_depiction {
margin-bottom:123px;
}
+.notice div.entry-content {
+width:63%;
+}