]> git.cworth.org Git - cworth.org/commitdiff
Suck the title h1 up into the header div
authorCarl Worth <cworth@cworth.org>
Fri, 1 Jun 2007 19:40:48 +0000 (12:40 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 1 Jun 2007 19:40:48 +0000 (12:40 -0700)
This is an attempt to fix the overly-large font size of the title h1

templates/page.tmpl

index 3dec7305b865880ddf00385f9f88928d48b032ea..ba5ad10fa4b62186b7ad0676ae257b1fcd8984ce 100644 (file)
 <div class="header">
 <div id="logo">
   <img alt="Carl Worth" src="/cworth-banner.png">
-</div>
 <TMPL_UNLESS NAME="SUPPRESSTITLE">
 <h1>
 <TMPL_VAR TITLE>
 </h1>
 </TMPL_UNLESS>
+</div>
 <TMPL_IF NAME="SEARCHFORM">
 <TMPL_VAR SEARCHFORM>
 </TMPL_IF>