aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-19 11:44:35 -0700
committerMark Otto <[email protected]>2013-07-19 11:44:35 -0700
commit4b0fa356f3c00c850ec56815f8a8e07eb927c960 (patch)
tree8523c011065b0c81308cebd320485c890faa21ec /dist/css/bootstrap.css
parentb1819755b8f962be7e2d85f4145a71c6cfbe4d7d (diff)
downloadbootstrap-4b0fa356f3c00c850ec56815f8a8e07eb927c960.tar.xz
bootstrap-4b0fa356f3c00c850ec56815f8a8e07eb927c960.zip
Variables reorganization and breadcrumbs update
* Place component vars alongside the rest of the component vars * Redo some of the breadcrumbs code to add a var and remove `text-shadow`
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index db7191b2c..773cd2a45 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -3277,7 +3277,7 @@ button.close {
.breadcrumb {
padding: 8px 15px;
- margin: 0 0 20px;
+ margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
@@ -3285,13 +3285,12 @@ button.close {
.breadcrumb > li {
display: inline-block;
- text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li + li:before {
display: inline-block;
padding: 0 5px;
- color: #ccc;
+ color: #cccccc;
content: "/\00a0";
}
@@ -4077,7 +4076,7 @@ a.thumbnail:focus {
font-size: 12px;
font-weight: bold;
line-height: 1;
- color: #fff;
+ color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
@@ -4091,7 +4090,7 @@ a.thumbnail:focus {
a.badge:hover,
a.badge:focus {
- color: #fff;
+ color: #ffffff;
text-decoration: none;
cursor: pointer;
}
@@ -4104,7 +4103,7 @@ a.badge:focus {
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #428bca;
- background-color: #fff;
+ background-color: #ffffff;
}
.nav-pills > li > a > .badge {