0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Less: Remove empty lines and blanks.

This commit is contained in:
vsn4ik 2014-08-26 02:24:09 +04:00
parent 55dd964690
commit a03d269287
7 changed files with 2 additions and 9 deletions

View File

@ -211,4 +211,3 @@
}
}
}

View File

@ -75,7 +75,7 @@ a.list-group-item {
background-color: @list-group-disabled-bg;
color: @list-group-disabled-color;
cursor: not-allowed;
// Force color to inherit for custom content
.list-group-item-heading {
color: inherit;

View File

@ -2,7 +2,7 @@
.label-variant(@color) {
background-color: @color;
&[href] {
&:hover,
&:focus {

View File

@ -51,5 +51,4 @@
cursor: not-allowed;
}
}
}

View File

@ -131,5 +131,4 @@
bottom: -@popover-arrow-width;
}
}
}

View File

@ -4,7 +4,6 @@
// Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
@media print {
* {
text-shadow: none !important;
color: #000 !important; // Black prints faster: h5bp.com/s
@ -97,5 +96,4 @@
border: 1px solid #ddd !important;
}
}
}

View File

@ -841,5 +841,3 @@
@dl-horizontal-offset: @component-offset-horizontal;
//** Horizontal line color.
@hr-border: @gray-lighter;