Skip to content

Commit

Permalink
css/main-content: reduce dashboard header sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Nov 19, 2014
1 parent 6e62b2f commit 3844087
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions public/css/icinga/main-content.less
Expand Up @@ -170,6 +170,18 @@ table.benchmark {
width: 96%;
}

.dashboard h1 {
font-size: 1.2em;
}

.dashboard h2 {
font-size: 1.1em;
}

.dashboard h3 {
font-size: 1em;
}

.dashboard table.benchmark {
font-size: 0.9em;
}

0 comments on commit 3844087

Please sign in to comment.