Skip to content
Snippets Groups Projects
Commit acb864e0 authored by g0dil's avatar g0dil
Browse files

Fix (again svn status) ugly IE documentation (html) layout problems ... no comment

parent beacee42
No related branches found
No related tags found
No related merge requests found
...@@ -53,23 +53,25 @@ div.tabs ul li.$projectname a { background-color: #EDE497; } ...@@ -53,23 +53,25 @@ div.tabs ul li.$projectname a { background-color: #EDE497; }
<body> <body>
<div id="head"> <div id="head">
<div id="search"> <div id="title">
<div id="search2"> <div id="title2">
<div id="search">
<form action="@TOPDIR@/doclib/search.php" method="get"> <form action="@TOPDIR@/doclib/search.php" method="get">
Search: <input type="text" name="query" size="20" accesskey="s"/> Search: <input type="text" name="query" size="20" accesskey="s"/>
</form> </form>
</div> </div>
<h1>SENF Extensible Network Framework</h1>
</div> </div>
<h1>SENF Extensible Network Framework</h1> </div>
<div id="subtitle"> <div id="subtitle">
<ul> <ul>
<li><a href="@TOPDIR@/doc/html/xref.html">Open Issues</a></li> <li><a href="@TOPDIR@/doc/html/xref.html">Open Issues</a></li>
<li><a class="ext" href="http://svn.berlios.de/wsvn/senf/?op=log&rev=0&sc=0&isdir=1">SVN ChangeLog</a></li> <li><a class="ext" href="http://svn.berlios.de/wsvn/senf/?op=log&rev=0&sc=0&isdir=1">SVN ChangeLog</a></li>
<li><a class="ext" href="http://developer.berlios.de/projects/senf">SENF @ BerliOS</a></li> <li><a class="ext" href="http://developer.berlios.de/projects/senf">SENF @ BerliOS</a></li>
<li><a class="ext" href="http://openfacts.berlios.de/index-en.phtml?title=SENF+Network+Framework">Wiki</a></li> <li><a class="ext" href="http://openfacts.berlios.de/index-en.phtml?title=SENF+Network+Framework">Wiki</a></li>
</ul> </ul>
<h2>${TITLE}</h2> <h2>${TITLE}</h2>
</div> </div>
</div> </div>
<div id="content1"> <div id="content1">
......
...@@ -13,12 +13,22 @@ body { ...@@ -13,12 +13,22 @@ body {
background-color: #EDE497; background-color: #EDE497;
} }
#head h1 { #title {
margin: 0 0 0 100px; height: 39px;
padding: 6px 0 0 42px;
height: 33px;
background-color: #DECD40; background-color: #DECD40;
border-bottom: 1px solid #AF9D00; border-bottom: 1px solid #AF9D00;
margin: 0 0 0 100px;
}
#title2 {
padding: 0 0 0 42px;
max-width: 62em;
margin: 0 10px 0 0;
}
#head h1 {
margin: 0;
padding: 6px 0 0 0;
font-size: 22px; font-size: 22px;
font-weight: bold; font-weight: bold;
color: white; color: white;
...@@ -67,7 +77,7 @@ body { ...@@ -67,7 +77,7 @@ body {
#head a { #head a {
font-weight: normal; font-weight: normal;
color: inherit; color: #726921;
} }
#head a:hover { #head a:hover {
...@@ -75,23 +85,12 @@ body { ...@@ -75,23 +85,12 @@ body {
text-decoration: underline; text-decoration: underline;
} }
#search { #search {
margin: 0 10px 0 100px;
padding: 0 0 0 42px;
max-width: 62em;
}
#search2 {
float: right; float: right;
width: 150px; width: 150px;
height: 39px; height: 39px;
font-size: 10px; font-size: 10px;
/* margin/padding/color/background-color/border: mostly IE6/IE7 fixes */
margin: 0 0 0 -10px;
padding: 0 0 0 10px;
color: #726921; color: #726921;
background-color: #DECD40;
border-bottom: 1px solid #AF9D00;
} }
#search input { #search input {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment