diff options
| author | Mark Otto <[email protected]> | 2011-09-02 12:46:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-02 12:46:47 -0700 |
| commit | 298e1b59bbf389ba8ec45de6428f1128ac71114c (patch) | |
| tree | 4029d75eac4573ea93c2a1d1ba688d2d5315dfd7 /lib/forms.less | |
| parent | 2f4c84bba976344b8fe198a7613184e32231b66a (diff) | |
| download | bootstrap-298e1b59bbf389ba8ec45de6428f1128ac71114c.tar.xz bootstrap-298e1b59bbf389ba8ec45de6428f1128ac71114c.zip | |
fix broken checkbox in ie7
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/forms.less b/lib/forms.less index 3fc62f93d..a16844ab1 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -83,6 +83,7 @@ input[type=radio] { height: auto; padding: 0; margin: 3px 0; + *margin-top: 0; /* IE6-7 */ line-height: normal; border: none; } |
