2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

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
+1 -1
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;
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
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;