replace "thin" with "1px" for IE compatibility
authorGreg Gay <info@atutor.ca>
Sun, 8 Aug 2010 21:41:57 +0000 (21:41 -0000)
committerGreg Gay <info@atutor.ca>
Sun, 8 Aug 2010 21:41:57 +0000 (21:41 -0000)
docs/themes/default/forms.css

index 7a57ae0..f43dd77 100644 (file)
@@ -33,7 +33,7 @@ div.input-form {
        width: 95%; 
        margin-left:auto; 
        margin-right:auto;
-       border: thin #cccccc solid;
+       border: 1px #cccccc solid;
        margin-bottom: 20px;
        line-height:150%;
        background-color: #FFF5EE;