HTML24 / HTML5-template

Standard HTML5-based template for HTML24.
4 stars 4 forks source link

Update css/main.css #11

Closed ghost closed 11 years ago

ghost commented 11 years ago

wrong character in the code:

Before: input,textarea,select{*font-size:100%;}

After: input,textarea,select{font-size:100%;}

DKvistgaard commented 11 years ago

That is actually an IE fix, which we decided to keep even though we don't support under IE8. So the * is ment to be there :)