Remove dubious default CSS rule.

svn path=/trunk/netsurf/; revision=3822
This commit is contained in:
Michael Drake 2008-02-02 13:36:30 +00:00
parent 43e365f0aa
commit eb2c2e3f63

View File

@ -151,7 +151,6 @@ iframe[align=left] { float: left; }
iframe[align=right] { float: right; }
form { display: block; }
form > * { margin-left: inherit; margin-right: inherit; }
input, button { background-color: #fff; color: #000; text-align: left;
font-family: sans-serif; width: 10em; height: auto; overflow: hidden;