Fix in IE6.

This commit is contained in:
Nicholas Marriott 2009-10-26 15:04:45 +00:00
parent aaef0d316f
commit a460e1ada3

View File

@ -1,6 +1,6 @@
body { body {
font-family: Sans-Serif; font-family: Sans-Serif;
font-size: small; font-size: 10pt;
background-color: white; background-color: white;
} }
#body-wrapper { #body-wrapper {
@ -32,12 +32,10 @@ body {
} }
#main-content-wrapper { #main-content-wrapper {
margin-left: 2em; margin-left: 2em;
width: 75%;
} }
#main-content-wrapper ul li { #main-content-wrapper li {
list-style: disc; list-style: disc;
margin-left: 10em; margin-left: 12em
width: 65%;
} }
#screenshots { #screenshots {
text-align: center; text-align: center;