diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-10-26 15:04:45 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-10-26 15:04:45 +0000 |
commit | a460e1ada3e8ab42ad77bbb9275f7957968e52de (patch) | |
tree | 59cd2c6b05a9d1f5d72cc0d442000afd3f4d4333 | |
parent | aaef0d316f1dbb7583ea8941790504815c91f22f (diff) | |
download | rtmux-a460e1ada3e8ab42ad77bbb9275f7957968e52de.tar.gz rtmux-a460e1ada3e8ab42ad77bbb9275f7957968e52de.tar.bz2 rtmux-a460e1ada3e8ab42ad77bbb9275f7957968e52de.zip |
Fix in IE6.
-rw-r--r-- | www/main.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/main.css b/www/main.css index 9f16de02..9119ff3e 100644 --- a/www/main.css +++ b/www/main.css @@ -1,6 +1,6 @@ body { font-family: Sans-Serif; - font-size: small; + font-size: 10pt; background-color: white; } #body-wrapper { @@ -32,12 +32,10 @@ body { } #main-content-wrapper { margin-left: 2em; - width: 75%; } -#main-content-wrapper ul li { +#main-content-wrapper li { list-style: disc; - margin-left: 10em; - width: 65%; + margin-left: 12em } #screenshots { text-align: center; |