Skip to content

Commit

Permalink
defaults.less: make headers look different
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Jun 15, 2015
1 parent bd124ba commit 5e61d36
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions public/css/icinga/defaults.less
Expand Up @@ -36,14 +36,13 @@

/* Mixins */

.page-header(@borderSize: 2px; @fontSize: 2em; @textColor: @colorTextDarkDefault) {
.page-header(@borderSize: 2px; @fontSize: 2em; @textColor: @colorMainForeground) {
font-size: @fontSize;
color: @textColor;
/* border-bottom: @borderSize solid @colorPetrol; */
background-color: #888;
color: white;
border-left: 1em solid #888;
border-bottom: 3px solid #888;
font-weight: normal;
padding: 0.2em 1em;
padding: 0.3em 1em;
text-transform: uppercase;
font-size: 0.8em;
a {
Expand Down

0 comments on commit 5e61d36

Please sign in to comment.