diff options
Diffstat (limited to 'theme/css')
-rw-r--r-- | theme/css/ie.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/theme/css/ie.css b/theme/css/ie.css new file mode 100644 index 0000000..6468b75 --- /dev/null +++ b/theme/css/ie.css | |||
@@ -0,0 +1,13 @@ | |||
1 | div#flash { | ||
2 | display: block; | ||
3 | } | ||
4 | |||
5 | div#window { | ||
6 | width: 100%; | ||
7 | background-color: #00ff00; | ||
8 | background-image: none; | ||
9 | } | ||
10 | |||
11 | div#actual-content { | ||
12 | background-color: #00ff00; | ||
13 | } \ No newline at end of file | ||