Merge branch 'userdesign' of ssh://zach@dev.controlyourself.ca/mnt/www/design into userdesign

* 'userdesign' of ssh://zach@dev.controlyourself.ca/mnt/www/design:
  Connects html, body and content, navigation background colors
This commit is contained in:
Zach Copley 2009-06-16 00:57:38 -07:00
commit 2ccf43d656
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ $(document).ready(function() {
C = $(S).val();
switch (parseInt(S.id.slice(-1))) {
case 1: default:
$('body').css({'background-color':C});
$('html, body').css({'background-color':C});
break;
case 2:
$('#content').css({'background-color':C});
$('#content, #site_nav_local_views .current a').css({'background-color':C});
break;
case 3:
$('#aside_primary').css({'background-color':C});