froxlor.css: display menu and content on the same height

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2013-12-30 18:17:55 +01:00
parent e006a69535
commit 41263ab031

View File

@@ -10,7 +10,7 @@ html,body {
.content {
background-color:#eeeeee;
min-width:100%;
margin-top:100px;
margin-top:95px;
border-bottom:0;
}
@@ -107,6 +107,7 @@ nav {
nav div:first-child {
display:block;
margin-top:0;
}
nav div:nth-child(2) {