diff options
| author | Hannu Hartikainen <[email protected]> | 2013-08-28 12:17:46 +0300 |
|---|---|---|
| committer | Hannu Hartikainen <[email protected]> | 2013-08-28 12:17:46 +0300 |
| commit | a19ff2f50fae73df3c80b104647260c13b1a8c00 (patch) | |
| tree | ac0619403667f3a3c4813d7dc4f5e98911a70d39 /less/variables.less | |
| parent | 73f10843a487ee94bed755ecfd7c853cb657bf38 (diff) | |
| download | bootstrap-a19ff2f50fae73df3c80b104647260c13b1a8c00.tar.xz bootstrap-a19ff2f50fae73df3c80b104647260c13b1a8c00.zip | |
Parameterize @breadcrumb-separator
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index caa7630f6..cfe768ccb 100644 --- a/less/variables.less +++ b/less/variables.less @@ -561,6 +561,7 @@ @breadcrumb-bg: #f5f5f5; @breadcrumb-color: #ccc; @breadcrumb-active-color: @gray-light; +@breadcrumb-separator: "/"; // Carousel |
