1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-29 06:49:06 +02:00

remove background color from radios and checkboxes for IEs

This commit is contained in:
Mark Otto
2012-04-23 03:05:10 -07:00
parent 192cb575da
commit 99a916d5eb
3 changed files with 17 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
body {
position: relative;
padding-top: 90px;
background-color: #fff;
background-color: red;
background-image: url(../img/grid-18px-masked.png);
background-repeat: repeat-x;
background-position: 0 40px;