2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

comment out firefox specific code for linter to parse fully

This commit is contained in:
Mark Otto
2014-08-04 15:17:43 -07:00
parent 724240fe4f
commit ef9e76c2c5
10 changed files with 30 additions and 64 deletions
-11
View File
@@ -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,
+4 -1
View File
@@ -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 {