summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-06-26 15:20:22 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-06-26 15:20:22 +0000
commit60b47d879781e28c0f08978bba43d5b9ad22b32a (patch)
treef07a06b03ca501f4ae43c452e7641fc8b9e01304 /classes
parent9fc8ad4531595aa4530876630a5a3c7a88294a8c (diff)
Added background-attachment:fixed for userdesigns
Diffstat (limited to 'classes')
-rw-r--r--classes/Design.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Design.php b/classes/Design.php
index da4b670be..0927fcda7 100644
--- a/classes/Design.php
+++ b/classes/Design.php
@@ -85,7 +85,7 @@ class Design extends Memcached_DataObject
$css .= 'body { background-image:url(' .
Design::url($this->backgroundimage) .
- '); ' . $repeat . ' }' . "\n";
+ '); ' . $repeat . ' background-attachment:fixed; }' . "\n";
}
$out->element('style', array('type' => 'text/css'), $css);