fix game stats style

pull/83/head
Thibault Duplessis 2013-05-30 09:11:39 +02:00
parent e586bc470e
commit 8a5053364c
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
.title {
div.content_box .title {
font-size: 1.8em;
color: #666;
font-weight: normal;
margin-bottom: 0.5em;
}
.section-title {
div.content_box .section-title {
font-size: 1.6em;
color: #999;
font-weight: normal;
@ -14,17 +14,17 @@
padding: 0.5em 0;
text-align: right;
}
.chart-title {
div.content_box .chart-title {
font-size: 1.4em;
color: #666;
font-weight: normal;
margin-bottom: 0.5em;
}
.half {
div.content_box .half {
float: left;
width: 49%;
margin-right: 2%;
}
.half.last {
div.content_box .half.last {
margin-right: 0;
}