diff options
Diffstat (limited to 'theme')
-rw-r--r-- | theme/css/ie.css | 8 | ||||
-rwxr-xr-x | theme/css/website.css | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/theme/css/ie.css b/theme/css/ie.css index 0537b43..6903ed4 100644 --- a/theme/css/ie.css +++ b/theme/css/ie.css | |||
@@ -5,3 +5,11 @@ body * { | |||
5 | dl.icon { | 5 | dl.icon { |
6 | height: 50px; | 6 | height: 50px; |
7 | } | 7 | } |
8 | |||
9 | #wrap { | ||
10 | text-align: center; | ||
11 | } | ||
12 | |||
13 | #wrap * { | ||
14 | text-align: left; | ||
15 | } | ||
diff --git a/theme/css/website.css b/theme/css/website.css index a41a56a..6b030fe 100755 --- a/theme/css/website.css +++ b/theme/css/website.css | |||
@@ -243,8 +243,6 @@ div#sidebar li img { | |||
243 | margin: 10px auto; | 243 | margin: 10px auto; |
244 | text-align: left; | 244 | text-align: left; |
245 | padding: 0; | 245 | padding: 0; |
246 | /* background-image: url(/theme/images/bg_body.gif); | ||
247 | background-repeat: repeat-y; */ | ||
248 | background-color: white; | 246 | background-color: white; |
249 | background-color: rgba(255, 255, 255, 0.5); | 247 | background-color: rgba(255, 255, 255, 0.5); |
250 | border: 4px solid gray; | 248 | border: 4px solid gray; |