diff options
| author | vsn4ik <[email protected]> | 2014-08-26 02:24:09 +0400 |
|---|---|---|
| committer | vsn4ik <[email protected]> | 2014-08-26 02:24:09 +0400 |
| commit | a03d269287f39c22fb7d4f5a5edd94293aa0c1ae (patch) | |
| tree | 16eef4d3f5a4875fa21f8d4db9167000feda305d /less | |
| parent | 55dd964690380977cfbc71494e6030b70c17b949 (diff) | |
| download | bootstrap-a03d269287f39c22fb7d4f5a5edd94293aa0c1ae.tar.xz bootstrap-a03d269287f39c22fb7d4f5a5edd94293aa0c1ae.zip | |
Less: Remove empty lines and blanks.
Diffstat (limited to 'less')
| -rw-r--r-- | less/dropdowns.less | 1 | ||||
| -rw-r--r-- | less/list-group.less | 2 | ||||
| -rw-r--r-- | less/mixins/labels.less | 2 | ||||
| -rw-r--r-- | less/pager.less | 1 | ||||
| -rw-r--r-- | less/popovers.less | 1 | ||||
| -rw-r--r-- | less/print.less | 2 | ||||
| -rw-r--r-- | less/variables.less | 2 |
7 files changed, 2 insertions, 9 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index b25b6aacd..742c91265 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -211,4 +211,3 @@ } } } - diff --git a/less/list-group.less b/less/list-group.less index 7d857cfd3..1e62d3b94 100644 --- a/less/list-group.less +++ b/less/list-group.less @@ -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; diff --git a/less/mixins/labels.less b/less/mixins/labels.less index 6f9e490b8..9f7a67ee3 100644 --- a/less/mixins/labels.less +++ b/less/mixins/labels.less @@ -2,7 +2,7 @@ .label-variant(@color) { background-color: @color; - + &[href] { &:hover, &:focus { diff --git a/less/pager.less b/less/pager.less index 59103f445..73a660d64 100644 --- a/less/pager.less +++ b/less/pager.less @@ -51,5 +51,4 @@ cursor: not-allowed; } } - } diff --git a/less/popovers.less b/less/popovers.less index 3abd0598f..ab720f2fb 100644 --- a/less/popovers.less +++ b/less/popovers.less @@ -131,5 +131,4 @@ bottom: -@popover-arrow-width; } } - } diff --git a/less/print.less b/less/print.less index 3655d0395..473f361b9 100644 --- a/less/print.less +++ b/less/print.less @@ -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; } } - } diff --git a/less/variables.less b/less/variables.less index d6a972ff6..5be258be7 100644 --- a/less/variables.less +++ b/less/variables.less @@ -841,5 +841,3 @@ @dl-horizontal-offset: @component-offset-horizontal; //** Horizontal line color. @hr-border: @gray-lighter; - - |
