summaryrefslogtreecommitdiff
path: root/theme/cloudy/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/cloudy/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/cloudy/base/css/ie6.css')
-rw-r--r--theme/cloudy/base/css/ie6.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/theme/cloudy/base/css/ie6.css b/theme/cloudy/base/css/ie6.css
deleted file mode 100644
index 76a82c004..000000000
--- a/theme/cloudy/base/css/ie6.css
+++ /dev/null
@@ -1,30 +0,0 @@
-/* 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%;
-}