From 96b1378f83bd3763dff2c911ec767d5560303992 Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Fri, 17 Oct 2008 17:03:17 +1000 Subject: Squashed commit of the following: commit eadbde83662d4b50398b03432ce5590484a3c867 Author: michi Date: Fri Oct 17 17:01:26 2008 +1000 Fixed broken rendering of headers and footers with Safari. --- cpp/doc/htmlHeader | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'cpp/doc/htmlHeader') diff --git a/cpp/doc/htmlHeader b/cpp/doc/htmlHeader index d1bd99e135a..99e76af519d 100644 --- a/cpp/doc/htmlHeader +++ b/cpp/doc/htmlHeader @@ -1,6 +1,7 @@ + TITLE @@ -30,17 +31,13 @@ TITLE font-style: italic; } .HeaderFooter { - position: relative; width: 100%; } - .LogoTable { - position: absolute; - right: 0; - top: 0; - } .Logo { border-style: none; } + .LogoTable { + } .Button { border-style: none; } @@ -48,12 +45,6 @@ TITLE border-style: none; cursor: default; } - .SearchTable { - position: absolute; - top: 0px; - margin-left: auto; - margin-right: auto; - } -- cgit v1.2.3