summaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 00:48:50 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 00:48:50 (EDT)
commit049b64b64061457618e0438826ed684a972782fc (patch)
treec2bb3f43c68b466914edc3c0e92faa1bd5b7e67e /includes
parent37694baf02f952bdb99158d52274b069bd3bd99f (diff)
Clean up main/sidebar/body divs.
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/footer.html1
-rwxr-xr-xincludes/header.html11
2 files changed, 6 insertions, 6 deletions
diff --git a/includes/footer.html b/includes/footer.html
index ec33826..7187ed0 100755
--- a/includes/footer.html
+++ b/includes/footer.html
@@ -1,3 +1,4 @@
+ </div>
</div>
<div class="footer">
<p class="copyright">
diff --git a/includes/header.html b/includes/header.html
index dda5024..d48da23 100755
--- a/includes/header.html
+++ b/includes/header.html
@@ -23,14 +23,13 @@
</ul>
</div>
</header>
- <div class="wrapper sidebar">
- <div>
+ <div class="main">
+ <div class="sidebar">
<h2>News</h2>
<ul>
<!--#include file="news.html" -->
</ul>
</div>
- </div>
- <div class="wrapper main">
- <a id="body"></a>
- <h1><!--#echo var="pagetitle" --></h1>
+ <div class="body">
+ <a id="body"></a>
+ <h1><!--#echo var="pagetitle" --></h1>