Skip to content

Commit

Permalink
Decrease default font sizes
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 4, 2015
1 parent b80128c commit d0e196c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions public/css/icinga/base.less
@@ -1,12 +1,11 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

@font-size: 0.875em; // 14 px
@font-size-smaller: 0.857em; // 12 px
@font-size-small: 0.786em; // 11 px
@font-size: 0.750em; // 12px
@font-size-small: 0.833em; // 10px
@font-weight-bold: 600;

@vertical-padding: 0.429em; // 6 px
@horizontal-padding: 0.857em; // 12 px
@vertical-padding: 0.5em; // 6px
@horizontal-padding: 1em; // 12px

// Make padding not affect the final computed width of an element
html {
Expand Down Expand Up @@ -71,11 +70,11 @@ h3 {
}

h5 {
font-size: @font-size-smaller;
font-size: @font-size-small;
}

h6 {
font-size: @font-size-smaller;
font-size: @font-size-small;
font-weight: normal;
}

Expand Down

0 comments on commit d0e196c

Please sign in to comment.