From d5b5da84bf178e9a6d28bde7bf4319102def462f Mon Sep 17 00:00:00 2001 From: Andrea Bicciolo Date: Mon, 13 Sep 2010 15:29:53 +0000 Subject: [PATCH] CSS refinements --- theme/formal_white/style/formalwhite.css | 4 ++-- theme/formal_white/style/general.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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;}