navigation for languages modifed, flags deleted. Content index changed
3 // --------------------------------------------------
11 font-size: @font-size-small;
12 font-weight: @badge-font-weight;
14 line-height: @badge-line-height;
15 vertical-align: baseline;
18 background-color: @badge-bg;
19 border-radius: @badge-border-radius;
21 // Empty badges collapse automatically (not available in IE8)
26 // Quick fix for badges in buttons
33 // Hover state, but only for links
37 color: @badge-link-hover-color;
38 text-decoration: none;
43 // Account for counters in navs
44 a.list-group-item.active > .badge,
45 .nav-pills > .active > a > .badge {
46 color: @badge-active-color;
47 background-color: @badge-active-bg;
49 .nav-pills > li > a > .badge {