Skip to content

Commit

Permalink
grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Dec 1, 2013
1 parent a127f39 commit 22da6fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions dist/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5091,6 +5091,11 @@ textarea.input-group-sm > .input-group-btn > .btn {
display: none;
}

.btn .label {
position: relative;
top: -1px;
}

.label-default {
background-color: #999999;
}
Expand Down Expand Up @@ -5164,18 +5169,18 @@ textarea.input-group-sm > .input-group-btn > .btn {
display: none;
}

.btn .badge {
position: relative;
top: -1px;
}

a.badge:hover,
a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}

.btn .badge {
position: relative;
top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #428bca;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs-assets/js/raw-files.js

Large diffs are not rendered by default.

0 comments on commit 22da6fc

Please sign in to comment.