Basis-Layout für veraltete Browser (IE6 & Co.) überarbeitet
[website] / src / main / webapp / WEB-INF / templates / html5page.jsp
index 5c40bec..10ba76d 100644 (file)
     <header id="header">
       <a href="/" title="Home" id="logo">juplo</a>
       <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
-      <hr />
+      <hr class="h" />
     </header>
     <div id="breadcrumb">
-      <strong class="b">You are here:</strong>
+      <strong class="b title">You are here:</strong>
       <ol class="b">
         <t:insertAttribute name="breadcrumb"/>
       </ol>
       <a class="hide" href="#navigation">Jump to navigation</a>
+      <div class="b"></div>
     </div>
     <div class="content <t:getAsString name="contentclass"/> cf">
       <section id="content" class="main">
       </section>
       <div class="marginal">
         <nav id="nav">
+          <hr />
           <a id="navigation"></a>
           <t:insertAttribute name="navigation"/>
+          <hr />
         </nav>
         <t:insertAttribute name="marginalcontent" ignore="true"/>
       </div>
     </div>
     <footer id="footer">
+      <hr />
       <ul id="footerlinks">
         <li class="f" id="copyright">© <strong>mo</strong> 2013</li>
         <li class="f"><a class="f" href="contact.html">Contact</a></li>