summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2006-08-29 21:02:44 +0000
committerwjames5 <will@tekimaki.com>2006-08-29 21:02:44 +0000
commit6c3b9bb9304ff11886b07766f2b19075f99317a8 (patch)
tree6a736dac2b8b75dd48d03253fd3d9031389e1f38 /templates
parent69c0681133dadb9ce885cd0936560953c2285184 (diff)
downloadthemes-6c3b9bb9304ff11886b07766f2b19075f99317a8.tar.gz
themes-6c3b9bb9304ff11886b07766f2b19075f99317a8.tar.bz2
themes-6c3b9bb9304ff11886b07766f2b19075f99317a8.zip
makes column layout object match new theme layout system colors
Diffstat (limited to 'templates')
-rw-r--r--templates/header_inc.tpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index 214f69f..420a6a2 100644
--- a/templates/header_inc.tpl
+++ b/templates/header_inc.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_themes/templates/header_inc.tpl,v 1.18 2006/08/26 19:12:17 squareing Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_themes/templates/header_inc.tpl,v 1.19 2006/08/29 21:02:44 wjames5 Exp $ *}
{strip}
{if $gBitSystem->isFeatureActive( 'site_style_layout' )}
<link rel="stylesheet" title="{$style}" type="text/css" href="{$smarty.const.THEMES_PKG_URL}layouts/{$gBitSystem->getConfig('site_style_layout')}.css" media="all" />
@@ -44,10 +44,12 @@
ul.boxy,
ul.boxy li {min-height:2em; list-style-type:none; border:#ccc solid 1px; padding:4px 4px 0 4px; margin:0px; border:#ccc 1px solid;}
ul.boxy {background:#fff; margin:0px;}
- ul.boxy li {background:#edf; cursor:move; margin:0 0 4px 0; padding:2px;}
+ ul.boxy li {cursor:move; margin:0 0 4px 0; padding:2px;}
ul.boxy li {position:absolute; width:250px;}
.layout ul.boxy li {position:relative !important; width:auto !important;}
- ul#center li {background:#def;}
+ ul#left li {background:#bfc;}
+ ul#center li {background:#fda;}
+ ul#right li {background:#cbf;}
</style>
<script type="text/javascript">//<![CDATA[