diff options
author | Bernard Normier <bernard@zeroc.com> | 2009-01-23 17:07:21 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2009-01-23 17:07:21 -0500 |
commit | 2380e089401d048490da23bc6d71e5687bafbe47 (patch) | |
tree | 6d97052d1f93bc2bafcd7fd1a9ebe103544b6cad /cpp/doc/htmlHeader | |
parent | Fixed permissions (diff) | |
parent | 3.3.1 third-party updates (diff) | |
download | ice-2380e089401d048490da23bc6d71e5687bafbe47.tar.bz2 ice-2380e089401d048490da23bc6d71e5687bafbe47.tar.xz ice-2380e089401d048490da23bc6d71e5687bafbe47.zip |
Merge branch 'R3_3_branch' of cvs:/home/git/ice into R3_3_branch
Conflicts:
java/resources/IceGridAdmin/icegridadmin_content_dyn.html
java/resources/IceGridAdmin/icegridadmin_content_static.html
Diffstat (limited to 'cpp/doc/htmlHeader')
-rw-r--r-- | cpp/doc/htmlHeader | 15 |
1 files changed, 3 insertions, 12 deletions
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 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title> TITLE </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; - } </style> </head> <body> |