defaults.less: new header styling

This commit is contained in:
Thomas Gelf 2015-06-05 12:42:32 +02:00
parent 6c5c153fed
commit 9795617e4d
1 changed files with 7 additions and 1 deletions

View File

@ -32,7 +32,13 @@
.page-header(@borderSize: 2px; @fontSize: 2em; @textColor: @colorTextDarkDefault) {
font-size: @fontSize;
color: @textColor;
border-bottom: @borderSize solid @colorPetrol;
/* border-bottom: @borderSize solid @colorPetrol; */
background-color: #888;
color: white;
font-weight: normal;
padding: 0.2em 1em;
text-transform: uppercase;
font-size: 0.8em;
a {
text-decoration: none;
color: inherit;