hg site extension
 
(Arne Babenhauserheide)
2014-02-09: nicer header for forks.

nicer header for forks.

diff --git a/staticsite.py b/staticsite.py
--- a/staticsite.py
+++ b/staticsite.py
@@ -77,8 +77,9 @@ templates = {
 </head>
 <body>
 <div class="wrap">
-<div class="top group fullwidth">
-<header>{forkname} <small>(fork of <a href="../../">{reponame}</a>, found at {forkuri})</small></header>
+<div class="top group">
+<header id="maintitle"><a href="../../">{reponame}</a></header>
+<nav id="forknav">{forkname} <small>(fork found at {forkuri})</small></header></nav>
 </div>
 <div class="hr"> </div>
 <div class="content">
@@ -386,6 +387,9 @@ body .wrap .top nav{
     because we can have a long lis tof forks and use <sup> elements for the bugs.*/
     font:normal 18px/35px 'OFL Sorts Mill Goudy','OFL Sorts Mill Goudy TT',serif;text-align:right;text-transform:lowercase;padding-right:2px;width:398px;float:left;
 }
+body .wrap .top nav#forknav{
+    font:normal 18px/50px 'OFL Sorts Mill Goudy','OFL Sorts Mill Goudy TT',serif;text-align:right;text-transform:lowercase;padding-right:2px;width:398px;float:left;
+}
 body .wrap .top nav .sep{
     padding:0 4px;color:#666;
 }