Commit 96eef43d authored by Mark Otto's avatar Mark Otto

Merge pull request #8852 from briannelsondesign/label_baselines

Adjusts vertical alignment of labels and badges
parents fc8f4f04 dcbf1e51
...@@ -3917,7 +3917,7 @@ a.thumbnail:focus { ...@@ -3917,7 +3917,7 @@ a.thumbnail:focus {
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: baseline;
background-color: #999999; background-color: #999999;
border-radius: .25em; border-radius: .25em;
} }
...@@ -3976,7 +3976,7 @@ a.thumbnail:focus { ...@@ -3976,7 +3976,7 @@ a.thumbnail:focus {
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: baseline;
background-color: #999999; background-color: #999999;
border-radius: 10px; border-radius: 10px;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
font-weight: bold; font-weight: bold;
color: @badge-color; color: @badge-color;
line-height: 1; line-height: 1;
vertical-align: middle; vertical-align: baseline;
white-space: nowrap; white-space: nowrap;
text-align: center; text-align: center;
background-color: @badge-bg; background-color: @badge-bg;
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
color: @label-color; color: @label-color;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: baseline;
background-color: @gray-light; background-color: @gray-light;
border-radius: .25em; border-radius: .25em;
......
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