]> git.mjollnir.org Git - moodle.git/commitdiff
'loginbox: commented the bgcolour out'
authorurs_hunkler <urs_hunkler>
Mon, 8 Jan 2007 13:46:39 +0000 (13:46 +0000)
committerurs_hunkler <urs_hunkler>
Mon, 8 Jan 2007 13:46:39 +0000 (13:46 +0000)
theme/standard/styles_layout.css

index d07d91139589c235f30bda0688b09c525f42a72e..ca40dbfde98be2b5b0a62eab2e7df6f5650812cd 100644 (file)
@@ -1496,7 +1496,7 @@ body#grade-index .grades .weighted {
 .loginbox.twocolumns {
   width:90%;
   margin-left:5%;
-  background: #faa;
+  /* background: #faa; */
 }
 
 .loginbox h2,
@@ -1570,7 +1570,7 @@ body#grade-index .grades .weighted {
   border-right: 1px solid #000;
   margin-bottom:-2000px;
   padding-bottom:2000px;
-  background: #afa;
+  /* background: #afa; */
 }
 
 .loginbox.twocolumns .signuppanel {