[CLEANUP] Font in stats boxes

This commit is contained in:
Sebastian Grewe 2014-03-10 16:55:56 +01:00
parent bf1ac16b07
commit 9f97eb664a

View File

@ -341,12 +341,16 @@ table.dataTable thead .sorting:after {
} }
p.overview { p.overview {
font-weight: bold; font-family: 'Open Sans',sans-serif;
margin: 0px 0px -3px; font-weight: 600;
font-size: 11px;
text-transform: uppercase;
display: block;
margin-bottom: 4px;
} }
span.overview { span.overview {
font-size: 24px; font-size: 20px;
font-weight: bold; font-weight: bold;
} }