aboutsummaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-15 15:04:17 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-15 15:04:17 -0400
commitbaaa848f6c06b0b3a59677d3551e130c65e5fde7 (patch)
tree4a822254fefde98660401d224054e60aae5531c4 /templates/page.tmpl
parent691dab03069f452b95f2319f9dcc52a27c9ff7b2 (diff)
downloadikiwiki-baaa848f6c06b0b3a59677d3551e130c65e5fde7.tar
ikiwiki-baaa848f6c06b0b3a59677d3551e130c65e5fde7.tar.gz
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/page.tmpl')
-rw-r--r--templates/page.tmpl2
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>