Commit 22da6fcf authored by Mark Otto's avatar Mark Otto
Browse files

grunt

parent a127f392
Showing with 12 additions and 7 deletions
+12 -7
......@@ -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;
}
......@@ -5164,6 +5169,11 @@ textarea.input-group-sm > .input-group-btn > .btn {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
a.badge:hover,
a.badge:focus {
color: #ffffff;
......@@ -5171,11 +5181,6 @@ a.badge:focus {
cursor: pointer;
}
.btn .badge {
position: relative;
top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #428bca;
......
This diff is collapsed.
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment