diff options
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 |