Commit 4ce48b6fcb6b18461961d027a28fbd9874d9eb03
1 parent
3578c369
Exists in
master
and in
79 other branches
Fix metrics block font family
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
css/software-pages.css
... | ... | @@ -311,7 +311,7 @@ |
311 | 311 | |
312 | 312 | /* Metrics Block */ |
313 | 313 | .software-metrics-block { |
314 | - /*background-image: url('../images/metrics.png');*/ | |
314 | + font-family: Arial; | |
315 | 315 | padding: 3px 0px 0px 10px; |
316 | 316 | } |
317 | 317 | |
... | ... | @@ -361,6 +361,8 @@ |
361 | 361 | } |
362 | 362 | |
363 | 363 | .software-metrics-block .admin-estimation { |
364 | + font-size: 11px; | |
365 | + line-height: 15px; | |
364 | 366 | margin-top: 7px; |
365 | 367 | margin-left: 4px; |
366 | 368 | } | ... | ... |