Merge pull request #204 from junkpad92/patch-1

Fix Safari checkbox-bug
This commit is contained in:
Roman Schmerold
2014-11-03 20:34:25 +01:00

View File

@@ -651,6 +651,8 @@ input[type="checkbox"] {
padding:0;
margin:0 5px 0 0;
vertical-align:middle;
/* Fix Safari-Bug */
height: auto;
}
select {