diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2009-03-10 21:12:04 -0400 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2009-03-10 21:12:04 -0400 |
| commit | 3d2a5166431c97f3cf6f3221ddd618aaefecb7c0 (patch) | |
| tree | 9d5e05ccca7cd6c8f936cb84b9b8eeb2356770c3 /theme | |
| parent | 0856656a15acfb1dead900ea6d5d05bb5813c45e (diff) | |
| download | fourisland-3d2a5166431c97f3cf6f3221ddd618aaefecb7c0.tar.gz fourisland-3d2a5166431c97f3cf6f3221ddd618aaefecb7c0.tar.bz2 fourisland-3d2a5166431c97f3cf6f3221ddd618aaefecb7c0.zip | |
Fixed IE centering bug
See http://bluerobot.com/web/css/center1.html for more details.
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; |
