Some fixups to the CSS output of showCSS()
Этот коммит содержится в:
родитель
4652f316cf
Коммит
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");
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user