Change up label padding to equalize top and bottom

This commit is contained in:
Mark Otto 2013-08-19 00:36:39 -07:00
parent 14c4484ec4
commit d8128fca94
3 changed files with 3 additions and 3 deletions

View File

@ -4795,7 +4795,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
.label {
display: inline;
padding: .25em .6em;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
.label {
display: inline;
padding: .25em .6em;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;