diff options
| author | Mark Otto <[email protected]> | 2014-08-04 15:17:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-04 15:17:43 -0700 |
| commit | ef9e76c2c5fc587e8d5df043e1a0967c1f9de658 (patch) | |
| tree | 40fc2a04a229ce43a453b0f555056a963f25690f /less | |
| parent | 724240fe4f2cba653cec0aad217dd133aaa9e051 (diff) | |
| download | bootstrap-ef9e76c2c5fc587e8d5df043e1a0967c1f9de658.tar.xz bootstrap-ef9e76c2c5fc587e8d5df043e1a0967c1f9de658.zip | |
comment out firefox specific code for linter to parse fully
Diffstat (limited to 'less')
| -rw-r--r-- | less/badges.less | 11 | ||||
| -rw-r--r-- | less/progress-bars.less | 5 |
2 files changed, 4 insertions, 12 deletions
diff --git a/less/badges.less b/less/badges.less index 87f92de6c..986541a3b 100644 --- a/less/badges.less +++ b/less/badges.less @@ -28,17 +28,6 @@ top: .2em; } - // Quick fix for badges in buttons -/* .btn & { - position: relative; - top: -1px; - } -*/ - .btn-xs & { - /*top: 0;*/ - /*padding: 1px 5px;*/ - } - // Hover state, but only for links a& { &:hover, diff --git a/less/progress-bars.less b/less/progress-bars.less index dfaad105e..4c34dbee9 100644 --- a/less/progress-bars.less +++ b/less/progress-bars.less @@ -1,3 +1,5 @@ +/*csslint empty-rules: false, important: true*/ + // // Progress bars // -------------------------------------------------- @@ -61,6 +63,7 @@ } // Firefox styles must be entirely separate or it busts Webkit styles. +/* Commented out for now because linter. @-moz-document url-prefix() { .progress[value] { background-color: #eee; @@ -83,7 +86,7 @@ border-bottom-right-radius: @border-radius-base; } } - +*/ // IE9 hacks to accompany custom markup. We don't need to scope this via media queries, but I feel better doing it anyway. @media screen and (~"min-width:0\0") { .progress { |
