css/main-content: reduce dashboard header sizes

This commit is contained in:
Thomas Gelf 2014-11-19 07:51:51 +01:00
parent 6e62b2f0f4
commit 3844087740
1 changed files with 12 additions and 0 deletions

View File

@ -170,6 +170,18 @@ table.benchmark {
width: 96%; width: 96%;
} }
.dashboard h1 {
font-size: 1.2em;
}
.dashboard h2 {
font-size: 1.1em;
}
.dashboard h3 {
font-size: 1em;
}
.dashboard table.benchmark { .dashboard table.benchmark {
font-size: 0.9em; font-size: 0.9em;
} }