Commit 2ade44a9 authored by Mark Otto's avatar Mark Otto

inline-block on labels now instead of inline

parent 6f2e9d81
...@@ -3767,8 +3767,8 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto ...@@ -3767,8 +3767,8 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
} }
.label { .label {
display: inline; display: inline-block;
padding: .15em .4em; padding: .25em .4em;
font-size: 75%; font-size: 75%;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -3767,8 +3767,8 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto ...@@ -3767,8 +3767,8 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
} }
.label { .label {
display: inline; display: inline-block;
padding: .15em .4em; padding: .25em .4em;
font-size: 75%; font-size: 75%;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
// -------------------------------------------------- // --------------------------------------------------
.label { .label {
display: inline; display: inline-block;
padding: .15em .4em; padding: .25em .4em;
font-size: 75%; font-size: 75%;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
......
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