summaryrefslogtreecommitdiff
path: root/classes/Design.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Design.php')
-rw-r--r--classes/Design.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Design.php b/classes/Design.php
index bb1e917e3..4f6b2a844 100644
--- a/classes/Design.php
+++ b/classes/Design.php
@@ -47,7 +47,7 @@ class Design extends Memcached_DataObject
function showCSS($out)
{
- $out->element('stylesheet', array('type' => 'text/css'),
+ $out->element('style', array('type' => 'text/css'),
'body { background-color: #' . dechex($this->backgroundcolor) . '} '."\n".
'#content { background-color #' . dechex($this->contentcolor) . '} '."\n".
'#aside_primary { background-color #'. dechex($this->sidebarcolor) .'} '."\n".