2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Update vars for badges, breadcrumbs; update customize page

This commit is contained in:
Mark Otto
2013-07-20 00:03:08 -07:00
parent 72d913baeb
commit 4b7f63a3a2
6 changed files with 55 additions and 7 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: @gray-light;
background-color: @badge-bg;
border-radius: 10px;
// Empty labels/badges collapse
@@ -43,7 +43,7 @@ a.badge {
// Account for counters in navs
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: @link-color;
color: @badge-active-color;
background-color: @badge-active-bg;
}
.nav-pills > li > a > .badge {
+4 -1
View File
@@ -377,9 +377,12 @@
// Badges
// -------------------------
@badge-color: #fff;
@badge-active-bg: #fff;
@badge-link-hover-color: #fff;
@badge-bg: #f5f5f5;
@badge-active-color: @link-color;
@badge-active-bg: #fff;
// Breadcrumbs
// -------------------------