Doc: Adding empty tags in the HTML

Change-Id: I7251b77b645a2085d25443826aa2b9550a373d88
Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
Jerome Pasion 2012-11-23 13:42:02 +01:00 committed by The Qt Project
parent 6dd9493028
commit 3d4729a377
4 changed files with 2 additions and 11 deletions

View File

@ -8,6 +8,7 @@ HTML.headerstyles = \
HTML.endheader = \
"</head>\n" \
"<body>\n" \
"<div class=\"header\" id=\"qtdocheader\"></div>\n"\
"<div class=\"content\">\n" \
"<div class=\"line\">\n" \
"<div class=\"content mainContent\">\n" \

View File

@ -38,6 +38,7 @@ HTML.headerstyles = \
HTML.endheader = \
"</head>\n" \
"<body>\n" \
"<div class=\"header\" id=\"qtdocheader\"></div>\n"
" <header>\n" \
" <div class=\"nav\">\n" \
" <a href=\"http://qt-project.org/\">Qt Home</a>\n" \

View File

@ -111,12 +111,6 @@ Top navigation
-------------------------------
*/
.header{
height:1px;
padding:0px;
margin:0px;
}
.qtref{
display: block;
position: relative;

View File

@ -131,11 +131,6 @@ display:inline-block;
.nav-subtitle{
margin-left: 220px;
}
.header{
height:1px;
padding:0px;
margin:0px;
}
header{
background: none repeat scroll 0% 0% rgb(255,255,255);