diff options
| author | Mark Otto <[email protected]> | 2013-09-01 10:13:47 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 10:13:47 +0200 |
| commit | 9a32b21dc77071806116d9bbfa2a43306fa0dccf (patch) | |
| tree | 4fe8781b9220e5d619dbd8fb789825e0dc8244f2 /less/variables.less | |
| parent | 9ba64cc1a99fd246f2671197bb1daec0161b0277 (diff) | |
| parent | dfda3dfe3727fdd292d73cb7d9de5699527e3216 (diff) | |
| download | bootstrap-9a32b21dc77071806116d9bbfa2a43306fa0dccf.tar.xz bootstrap-9a32b21dc77071806116d9bbfa2a43306fa0dccf.zip | |
Merge branch 'master' into tagliala-patch-1
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index 5ffc26bbc..90b9b2397 100644 --- a/less/variables.less +++ b/less/variables.less @@ -61,6 +61,8 @@ @headings-font-family: @font-family-base; @headings-font-weight: 500; @headings-line-height: 1.1; +@headings-color: inherit; + // Iconography // ------------------------- @@ -561,6 +563,7 @@ @breadcrumb-bg: #f5f5f5; @breadcrumb-color: #ccc; @breadcrumb-active-color: @gray-light; +@breadcrumb-separator: "/"; // Carousel |
