1
0
mirror of http://aero2k.de/repos/dfde-theme.git synced 2017-09-06 15:25:40 +02:00

Seitenmenue wieder eingebaut

This commit is contained in:
eggy
2017-07-05 10:49:13 +02:00
parent 76c9ef0810
commit 57fd9a6401
3 changed files with 61 additions and 2 deletions

View File

@@ -144,11 +144,25 @@ a:hover { text-decoration: underline; }
}
}
/* TODO: breite anders berechnen, sieht auf 1366x768 ok aus, woanders evtl probleme */
.page-body {
margin: 4px 0;
clear: both;
margin: 4px 0;
clear: both;
float:right;
width:90%;
}
.debianforumde-sidebar {
float:left;
margin-top:4px;
margin-left:24px;
padding-left:24px;
float: left;
width: 150px;
}
.page-footer {
clear: both;
}