diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-14 23:13:02 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-14 23:13:02 +0000 |
commit | 7095c93f66fa2fc4fdae57276ca66ad777788afd (patch) | |
tree | d6c935cbe596c3dd50945aa8bf1332a489c784e2 /theme/cloudy/css/ie.css | |
parent | 0b3bd63a30fa9d47e5bf7e63e58b74ceffe36049 (diff) |
Simpler separation of themes. New themes can either make use of the
default styles or make their own.
Diffstat (limited to 'theme/cloudy/css/ie.css')
-rw-r--r-- | theme/cloudy/css/ie.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/theme/cloudy/css/ie.css b/theme/cloudy/css/ie.css new file mode 100644 index 000000000..095122100 --- /dev/null +++ b/theme/cloudy/css/ie.css @@ -0,0 +1,34 @@ +/* IE specific styles */ + +.notice-options input.submit { +color:#fff; +} + +#site_nav_local_views a { +background-color:#ddffcc; +} + +#aside_primary { +width:181px; +} + +#form_notice, +#anon_notice { +top:158px; +} + +#public #content, +#groups #content, +#publictagcloud #content, +#featured #content, +#favorited #content, +#all #content, +#replies #content, +#showstream #content, +#showfavorites #content, +#inbox #content, +#outbox #content, +#subscriptions #content, +#subscribers #content { +padding-top:138px; +} |