diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-17 21:54:23 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-17 21:54:23 -0400 |
commit | 111bab65b4a01fdd4fd9d1302a79692941021d50 (patch) | |
tree | 1c26749642b32a2e0705a7417dfa4cd0d4783b3f /theme/default/ie6.css | |
parent | 22fe92d6c8e9da3eb7bc4e038d80ae1e5d17d634 (diff) |
make default a clone of stoica
Rather than trying to backfill a default theme from the Simple Life
theme, we're just going to copy the stoica theme, and make some
changes so it looks distinctive.
darcs-hash:20080618015423-84dde-3644c6b25bf00333b5d2eb495b6740c1c26751b1.gz
Diffstat (limited to 'theme/default/ie6.css')
-rw-r--r-- | theme/default/ie6.css | 34 |
1 files changed, 23 insertions, 11 deletions
diff --git a/theme/default/ie6.css b/theme/default/ie6.css index fbbf56f88..d9b1fbb45 100644 --- a/theme/default/ie6.css +++ b/theme/default/ie6.css @@ -1,11 +1,23 @@ -/**************************************************************
- AUTHOR: Pat Heard (fullahead.org)
- DATE: 2006.09.12
- PURPOSE: Fixes IE's major problems
- **************************************************************/
-
-#content {
- /* takes care of POS IE and it's support for transparent .png */
- background: none;
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg/content.png',sizingMethod='scale');
-}
+@charset "UTF-8"; +/* CSS Document */ + +#nav_views li { + line-height: 19px; + } +#statistics dd { + clear: both; + } + +#profile p.notice_current { + height: 96px; + } + +#subscriptions_avatars li { + margin: 0 3px 0 0; + } + + +#nav_pagination li a { + padding: 6px 15px; + line-height: 27px; + }
\ No newline at end of file |