]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Some fixups to the CSS output of showCSS()
authorZach Copley <zach@controlyourself.ca>
Tue, 16 Jun 2009 05:39:53 +0000 (22:39 -0700)
committerZach Copley <zach@controlyourself.ca>
Tue, 16 Jun 2009 05:39:53 +0000 (22:39 -0700)
classes/Design.php

index 9bfdcd1c3523ab28a5d62a8489b0a5217518b969..f4128ee396e68ddbebe5278ca1a47ef143541d47 100644 (file)
@@ -65,9 +65,9 @@ class Design extends Memcached_DataObject
         }
 
         $out->element('style', array('type' => 'text/css'),
-                      'body { background-color: #' . $bgcolor->hexValue() . '} '."\n".
-                      '#content { background-color #' . $ccolor->hexValue() . '} '."\n".
-                      '#aside_primary { background-color #'. $sbcolor->hexValue() .'} '."\n".
+                      'html, body { background-color: #' . $bgcolor->hexValue() . '} '."\n".
+                      '#content { background-color: #' . $ccolor->hexValue() . '} '."\n".
+                      '#aside_primary { background-color: #'. $sbcolor->hexValue() .'} '."\n".
                       'html body { color: #'. $tcolor->hexValue() .'} '."\n".
                       'a { color: #' . $lcolor->hexValue() . '} '."\n");
     }