diff options
| author | Mark Otto <[email protected]> | 2014-07-08 16:00:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 16:00:52 -0700 |
| commit | f05365f73be9725421c8697c7b73b736da8e6c6a (patch) | |
| tree | 1adf97161b362b7a681ed02ba306149a7fbb028b /less/breadcrumbs.less | |
| parent | fd5a24dca0e2fe0993d76a024fbc16bfc6fd0aef (diff) | |
| download | bootstrap-f05365f73be9725421c8697c7b73b736da8e6c6a.tar.xz bootstrap-f05365f73be9725421c8697c7b73b736da8e6c6a.zip | |
rems: update breadcrumbs to use new sizing; improve variables by renaming @breadcrumb-separator to @breadcrumb-divider; change up colors
Diffstat (limited to 'less/breadcrumbs.less')
| -rw-r--r-- | less/breadcrumbs.less | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/less/breadcrumbs.less b/less/breadcrumbs.less index cb01d503f..99d1b504d 100644 --- a/less/breadcrumbs.less +++ b/less/breadcrumbs.less @@ -14,9 +14,10 @@ display: inline-block; + li:before { - content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space - padding: 0 5px; - color: @breadcrumb-color; + content: "@{breadcrumb-divider}\00a0"; // Unicode space added since inline-block means non-collapsing white-space + padding-left: .5rem; + padding-right: .5rem; + color: @breadcrumb-divider-color; } } |
