From b4bc820ea9d5d9414c222824e55b23fc2c618e45 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 7 Mar 2006 21:13:17 +0100 Subject: 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 --- lib/tpl/default/layout.css | 9 +++------ lib/tpl/default/main.php | 5 +++++ 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'lib') diff --git a/lib/tpl/default/layout.css b/lib/tpl/default/layout.css index 40e0362a2..dd2500304 100644 --- a/lib/tpl/default/layout.css +++ b/lib/tpl/default/layout.css @@ -7,19 +7,17 @@ /* -------------- top row --------------- */ div.dokuwiki .header { - height:35px; - padding:3px 0 2px 2px; + padding:3px 0 0 2px; } div.dokuwiki .pagename { - height:25px; float:left; font-size:200%; font-weight:bolder; color: __medium__; text-align:left; vertical-align:middle; - padding:1px 0 0 1px; + padding: 0; } div.dokuwiki .pagename a:link, div.dokuwiki .pagename a:visited, div.dokuwiki .pagename a:hover, div.dokuwiki .pagename a:active { @@ -44,11 +42,10 @@ div.dokuwiki .logo a:link, div.dokuwiki .logo a:visited, div.dokuwiki .logo a:ho /* --------------- top and bottom bar ---------------- */ div.dokuwiki .bar { - height:2.0em; border-top:1px solid __dark__; border-bottom:1px solid __dark__; background: __medium__; - padding:0.15em; + padding: 0.1em 0.15em; margin:0; clear: both; } 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 @@ + +
@@ -55,6 +57,8 @@   + +
@@ -111,6 +115,7 @@   +
-- cgit v1.2.3