diff options
| author | Mark Otto <[email protected]> | 2012-09-30 22:49:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-30 22:49:14 -0700 |
| commit | 2b06edc7d7b8658e1861362584e1dffd2dfb831b (patch) | |
| tree | 05577e934ac1e7d7a57ddca7e1c2e81b9404f2c6 /less | |
| parent | bbd543db53cd8c5d295db67af2bc2517d5c11f1c (diff) | |
| download | bootstrap-2b06edc7d7b8658e1861362584e1dffd2dfb831b.tar.xz bootstrap-2b06edc7d7b8658e1861362584e1dffd2dfb831b.zip | |
remove firefox <3.6 css hacks for buttons
Diffstat (limited to 'less')
| -rw-r--r-- | less/buttons.less | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/less/buttons.less b/less/buttons.less index 25bfb9ae9..10116bf4b 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -168,20 +168,6 @@ input[type="button"] { } -// Cross-browser Jank -// -------------------------------------------------- - -button.btn, -input[type="submit"].btn { - - // Firefox 3.6 only I believe - &::-moz-focus-inner { - padding: 0; - border: 0; - } - -} - // Link buttons // -------------------------------------------------- |
