diff --git a/theme/formal_white/style/formalwhite.css b/theme/formal_white/style/formalwhite.css index 119043a3ec3..f4888549a8b 100644 --- a/theme/formal_white/style/formalwhite.css +++ b/theme/formal_white/style/formalwhite.css @@ -58,7 +58,7 @@ body { } #headerenvelop { /* Inside Header Middle */ - color:#fff; + color:black; height: 105px; /*background-color: #E3DFD4;*/ } @@ -115,7 +115,7 @@ a:hover, a:active { } #headerenvelop a:link, #headerenvelop a:visited { - color:#000; + color:#375FAF; } .clearfix { diff --git a/theme/formal_white/style/general.css b/theme/formal_white/style/general.css index 0b4cc4cdfcc..600fe04dfec 100644 --- a/theme/formal_white/style/general.css +++ b/theme/formal_white/style/general.css @@ -35,7 +35,7 @@ img.iconhelp {vertical-align:middle;} .coursebox .summary {width:60%;float:right;} .course-content ul {margin:0px;} -.course-content .headingblock.outline {margin-top:0px;} +.course-content .headingblock.outline {margin-top:2em;} .course-content .section.main {border:1px solid #E3E3E3;margin-bottom:10px;} .course-content .section.main .left.side {float:left;width:20px;padding:5px;} .course-content .section.main .right.side {float:right;width:20px;padding:5px;}