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/ie7.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/ie7.css')
-rw-r--r-- | theme/default/ie7.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/theme/default/ie7.css b/theme/default/ie7.css new file mode 100644 index 000000000..5cd90a461 --- /dev/null +++ b/theme/default/ie7.css @@ -0,0 +1,17 @@ +@charset "UTF-8"; +/* CSS Document */ + +#statistics dd { + clear: both; + } + + +#subscriptions_avatars li { + margin: 0 3px 0 0; + } + + +#nav_pagination li a { + padding: 6px 15px; + line-height: 27px; + }
\ No newline at end of file |