Some fixups to the CSS output of showCSS()
This commit is contained in:
parent
4652f316cf
commit
f3199c1369
|
@ -65,9 +65,9 @@ class Design extends Memcached_DataObject
|
||||||
}
|
}
|
||||||
|
|
||||||
$out->element('style', array('type' => 'text/css'),
|
$out->element('style', array('type' => 'text/css'),
|
||||||
'body { background-color: #' . $bgcolor->hexValue() . '} '."\n".
|
'html, body { background-color: #' . $bgcolor->hexValue() . '} '."\n".
|
||||||
'#content { background-color #' . $ccolor->hexValue() . '} '."\n".
|
'#content { background-color: #' . $ccolor->hexValue() . '} '."\n".
|
||||||
'#aside_primary { background-color #'. $sbcolor->hexValue() .'} '."\n".
|
'#aside_primary { background-color: #'. $sbcolor->hexValue() .'} '."\n".
|
||||||
'html body { color: #'. $tcolor->hexValue() .'} '."\n".
|
'html body { color: #'. $tcolor->hexValue() .'} '."\n".
|
||||||
'a { color: #' . $lcolor->hexValue() . '} '."\n");
|
'a { color: #' . $lcolor->hexValue() . '} '."\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user