diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-15 15:04:17 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-15 15:04:17 -0400 |
commit | baaa848f6c06b0b3a59677d3551e130c65e5fde7 (patch) | |
tree | 4a822254fefde98660401d224054e60aae5531c4 /templates | |
parent | 691dab03069f452b95f2319f9dcc52a27c9ff7b2 (diff) |
CSS and templates for sidebar changed to use a class, not an id.
Multiple sidebars should be possible; also, I want to add a sidebar
template.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index c24f88823..7e850a56b 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -92,7 +92,7 @@ </div> <!-- .pageheader --> <TMPL_IF SIDEBAR> -<div id="sidebar"> +<div class="sidebar"> <TMPL_VAR SIDEBAR> </div> </TMPL_IF> |