get the content styled again
[web.git] / _layouts / default.html
index 3abd894719ef556ca3d38b1bafba4f4c056e4487..5fe8d4d67a6fd4f0f37a53667642429e227b75c1 100644 (file)
   </head>
 
 
-  <body><div id="frame">
+  <body><div id="-frame">
   
-    <header id="title">
+    <header id="-title">
       <h1>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</h1>
     </header>
 
-    <nav id="navi">
+    <nav id="-navi">
         {% include menu-level.html menu=site.structure base="" above=true %}
     </nav>
 
-    <article id="content">
+    <article id="-content">
         {{ content }}
     </article>