Commit 01105966 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

More accurate vertical positioning of #main-menu

git-svn-id: http://redmine.rubyforge.org/svn/trunk@856 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 90d33c3e
......@@ -11,11 +11,11 @@ h4, .wiki h3 {font-size: 12px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord
#top-menu a {color: #fff; padding-right: 4px;}
#account {float:right;}
#header {height:5.3em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px;}
#header {height:5.3em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
#header a {color:#f8f8f8;}
#quick-search {float:right;}
#main-menu {position: absolute; top: 5.5em; left:6px;}
#main-menu {position: absolute; bottom: 0px; left:6px;}
#main-menu ul {margin: 0; padding: 0;}
#main-menu li {
float:left;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment