AutoCommit Mon Jun 8 18:03:05 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-06-08 18:03:05 +02:00
parent 45b5798e7d
commit 18021fb502
7 changed files with 37 additions and 48 deletions

View File

@@ -43,7 +43,7 @@ $linkColor: $color_prim;
$linkColorHover: $color_schema_1;
$white: #FFFFFF;
$bodyBackground: #FEFEFE;
$bodyBackground: #FFF; //#FEFEFE;
@@ -116,7 +116,7 @@ $navbar-li-minwidth: 0;
$box-border: lightgray solid 1px;
$box-border-radius:0px;
$box-border-radius:4px;
$box-background: white;
@import 'layout';
@@ -125,6 +125,6 @@ $box-background: white;
@import 'extra';
body {
background: #EFEFEF;
background: #FFF; //#EFEFEF;
background-size:100%;
}