mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 22:41:20 +02:00
Merge pull request #14453 from vsn4ik/less_empty_lines
Less: Remove empty lines and blanks.
This commit is contained in:
@@ -211,4 +211,3 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -75,7 +75,7 @@ a.list-group-item {
|
|||||||
background-color: @list-group-disabled-bg;
|
background-color: @list-group-disabled-bg;
|
||||||
color: @list-group-disabled-color;
|
color: @list-group-disabled-color;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
|
||||||
// Force color to inherit for custom content
|
// Force color to inherit for custom content
|
||||||
.list-group-item-heading {
|
.list-group-item-heading {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
.label-variant(@color) {
|
.label-variant(@color) {
|
||||||
background-color: @color;
|
background-color: @color;
|
||||||
|
|
||||||
&[href] {
|
&[href] {
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
|
@@ -51,5 +51,4 @@
|
|||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -131,5 +131,4 @@
|
|||||||
bottom: -@popover-arrow-width;
|
bottom: -@popover-arrow-width;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -4,7 +4,6 @@
|
|||||||
// Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
|
// Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
|
||||||
* {
|
* {
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
color: #000 !important; // Black prints faster: h5bp.com/s
|
color: #000 !important; // Black prints faster: h5bp.com/s
|
||||||
@@ -97,5 +96,4 @@
|
|||||||
border: 1px solid #ddd !important;
|
border: 1px solid #ddd !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -841,5 +841,3 @@
|
|||||||
@dl-horizontal-offset: @component-offset-horizontal;
|
@dl-horizontal-offset: @component-offset-horizontal;
|
||||||
//** Horizontal line color.
|
//** Horizontal line color.
|
||||||
@hr-border: @gray-lighter;
|
@hr-border: @gray-lighter;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user