summaryrefslogtreecommitdiff
path: root/theme/default/base/css/ie.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/default/base/css/ie.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/default/base/css/ie.css')
-rw-r--r--theme/default/base/css/ie.css32
1 files changed, 0 insertions, 32 deletions
diff --git a/theme/default/base/css/ie.css b/theme/default/base/css/ie.css
deleted file mode 100644
index 5d8bea8ae..000000000
--- a/theme/default/base/css/ie.css
+++ /dev/null
@@ -1,32 +0,0 @@
-/* IE specific styles */
-legend {
-margin-left:-7px;
-}
-input.checkbox {
-top:0;
-}
-#form_notice textarea {
-width:78%;
-}
-#form_notice #notice_action-submit {
-width:17%;
-max-width:17%;
-}
-#anon_notice {
-max-width:39%;
-}
-
-.notice-options input.submit {
-font-size:0;
-margin-top:3px;
-height:16px;
-text-align:right;
-text-indent:0;
-width:24px;
-}
-.notice div.entry-content .timestamp a {
-margin-right:4px;
-}
-.entity_profile {
-width:64%;
-}