summaryrefslogtreecommitdiff
path: root/lib/tpl/default/main.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-03-07 21:13:17 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-03-07 21:13:17 +0100
commitb4bc820ea9d5d9414c222824e55b23fc2c618e45 (patch)
tree9bd9923ad5374c4930f1486f136d933fe09eaf9a /lib/tpl/default/main.php
parente448a6938e5e627fbc1b5d56a39c7f3a1ae5f9b8 (diff)
downloadrpg-b4bc820ea9d5d9414c222824e55b23fc2c618e45.tar.gz
rpg-b4bc820ea9d5d9414c222824e55b23fc2c618e45.tar.bz2
CSS fixes for default template
the height of the top and bottom rows is now more flexible to respect the different button height handling of browsers (konq) darcs-hash:20060307201317-7ad00-df09b3bfd414d9e5e810f8d298691ed1f6e4ee44.gz
Diffstat (limited to 'lib/tpl/default/main.php')
-rw-r--r--lib/tpl/default/main.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php
index 4ddcf7dab..44ef7d35d 100644
--- a/lib/tpl/default/main.php
+++ b/lib/tpl/default/main.php
@@ -41,6 +41,8 @@
<div class="logo">
<?php tpl_link(wl(),$conf['title'],'name="top" accesskey="h" title="[ALT+H]"')?>
</div>
+
+ <div class="clearer"></div>
</div>
<?php /*old includehook*/ @include(dirname(__FILE__).'/header.html')?>
@@ -55,6 +57,8 @@
<?php tpl_button('recent')?>
<?php tpl_searchform()?>&nbsp;
</div>
+
+ <div class="clearer"></div>
</div>
<?php if($conf['breadcrumbs']){?>
@@ -111,6 +115,7 @@
<?php tpl_button('index')?>
<?php tpl_button('top')?>&nbsp;
</div>
+ <div class="clearer"></div>
</div>
</div>