Commit 143403f3 authored by Mark Otto's avatar Mark Otto

Fixes #10407: Add line-height to progress bar for proper text alignment within

parent dcdafa42
...@@ -5181,6 +5181,7 @@ a.thumbnail:focus { ...@@ -5181,6 +5181,7 @@ a.thumbnail:focus {
width: 0; width: 0;
height: 100%; height: 100%;
font-size: 12px; font-size: 12px;
line-height: 20px;
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
background-color: #428bca; background-color: #428bca;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
width: 0%; width: 0%;
height: 100%; height: 100%;
font-size: @font-size-small; font-size: @font-size-small;
line-height: @line-height-computed;
color: @progress-bar-color; color: @progress-bar-color;
text-align: center; text-align: center;
background-color: @progress-bar-bg; background-color: @progress-bar-bg;
......
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