Bugfix: apparently I can't have half a pixel wide borders on Chrome. WHATEVER MUM!

This commit is contained in:
Tom Slominski
2015-03-06 22:54:58 +00:00
parent 9f9ba37f41
commit efb9c866de

View File

@@ -148,7 +148,7 @@ input:not([type=submit]):not([type=file]) {
width: 100%;
padding: 10px;
font-size: 1.6rem;
border: 0.5px solid #BEBEBE;
border: 1px solid #D8D8D8;
margin-top: 5px;
}