2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

fix breadcrumbs libsass content

This commit is contained in:
Thomas McDonald
2015-08-12 22:14:44 -07:00
parent dd0fa97856
commit d8acb36777
11 changed files with 16 additions and 13 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
@@ -4236,7 +4237,7 @@ input[type="button"].btn-block {
padding-right: .5rem;
padding-left: .5rem;
color: #818a91;
content: "/\\00a0";
content: "/ ";
}
.breadcrumb > .active {
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -4,6 +4,7 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
@@ -4236,7 +4237,7 @@ input[type="button"].btn-block {
padding-right: .5rem;
padding-left: .5rem;
color: #818a91;
content: "/\\00a0";
content: "/ ";
}
.breadcrumb > .active {
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -14,10 +14,11 @@
display: inline-block;
+ li:before {
$nbsp: "\00a0";
padding-right: .5rem;
padding-left: .5rem;
color: $breadcrumb-divider-color;
content: "#{$breadcrumb-divider}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
content: "#{$breadcrumb-divider}#{$nbsp}"; // Unicode space added since inline-block means non-collapsing white-space
}
}