summaryrefslogtreecommitdiff
path: root/theme/base/css/ie6.css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-04-14 23:13:02 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-04-14 23:13:02 +0000
commit7095c93f66fa2fc4fdae57276ca66ad777788afd (patch)
treed6c935cbe596c3dd50945aa8bf1332a489c784e2 /theme/base/css/ie6.css
parent0b3bd63a30fa9d47e5bf7e63e58b74ceffe36049 (diff)
Simpler separation of themes. New themes can either make use of the
default styles or make their own.
Diffstat (limited to 'theme/base/css/ie6.css')
-rw-r--r--theme/base/css/ie6.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/theme/base/css/ie6.css b/theme/base/css/ie6.css
new file mode 100644
index 000000000..76a82c004
--- /dev/null
+++ b/theme/base/css/ie6.css
@@ -0,0 +1,30 @@
+/* IE6 specific styles */
+address {
+margin-left:7px;
+}
+address .fn {
+display:none;
+}
+#content {
+width:70%;
+}
+#aside_primary {
+padding:5%;
+width:29.5%;
+}
+.entity_profile .entity_nickname,
+.entity_profile .entity_location,
+.entity_profile .entity_url,
+.entity_profile .entity_note,
+.entity_profile .entity_tags {
+margin-left:0;
+}
+.entity_profile .entity_depiction {
+margin-bottom:123px;
+}
+.entity_actions {
+width:20%;
+}
+.notice div.entry-content {
+width:63%;
+}