1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Minimize font in summary section to not line break on 9 digits in FF.

This commit is contained in:
Brandon Hilkert 2012-11-26 16:05:23 -05:00
parent 70f2965b28
commit 8dc99f27ea

View file

@ -216,12 +216,12 @@ header.row .pagination {
padding: 4px 0 2px 0;
}
.summary_bar ul .desc {
font-size: 1.1em;
font-size: 1em;
font-weight: normal;
}
.summary_bar ul .count {
color: #b1003e;
font-size: 1.1em;
font-size: 1em;
font-weight: bold;
float: right;
}