Commit 59eba9af authored by Mark Otto's avatar Mark Otto

remove position from labels/badges in mini btns

parent 0e62011d
...@@ -5138,6 +5138,11 @@ a.badge:hover { ...@@ -5138,6 +5138,11 @@ a.badge:hover {
top: -1px; top: -1px;
} }
.btn-mini .label,
.btn-mini .badge {
top: 0;
}
@-webkit-keyframes progress-bar-stripes { @-webkit-keyframes progress-bar-stripes {
from { from {
background-position: 40px 0; background-position: 40px 0;
......
...@@ -64,3 +64,9 @@ a { ...@@ -64,3 +64,9 @@ a {
top: -1px; top: -1px;
} }
} }
.btn-mini {
.label,
.badge {
top: 0;
}
}
Markdown is supported
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