summaryrefslogtreecommitdiffstats
path: root/includes/header.html
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/header.html
parent37694baf02f952bdb99158d52274b069bd3bd99f (diff)
Clean up main/sidebar/body divs.
Diffstat (limited to 'includes/header.html')
-rwxr-xr-xincludes/header.html11
1 files changed, 5 insertions, 6 deletions
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>