diff options
Diffstat (limited to 'theme/css')
-rw-r--r-- | theme/css/ie.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/theme/css/ie.css b/theme/css/ie.css new file mode 100644 index 0000000..bdf6d92 --- /dev/null +++ b/theme/css/ie.css | |||
@@ -0,0 +1,11 @@ | |||
1 | div#top-fade { | ||
2 | display: none; | ||
3 | } | ||
4 | |||
5 | body * { | ||
6 | overflow: hidden; | ||
7 | } | ||
8 | |||
9 | dl.icon { | ||
10 | height: 50px; | ||
11 | } | ||