From 111bab65b4a01fdd4fd9d1302a79692941021d50 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 17 Jun 2008 21:54:23 -0400 Subject: 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 --- theme/default/ie6.css | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) (limited to 'theme/default/ie6.css') 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 -- cgit v1.2.3-54-g00ecf