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

halfway merged and temporary broken

This commit is contained in:
eggy
2017-07-18 17:20:19 +02:00
2 changed files with 69 additions and 20 deletions

View File

@@ -148,8 +148,37 @@ a:hover { text-decoration: underline; }
.page-body {
margin: 4px 0;
}
.debianforumde-sidebar {
margin-top:4px;
margin-left:8px;
width: 150px;
float:left;
}
@media only screen and (min-width: 680px) {
.page-body {
margin: 4px 0;
clear: both;
float:right;
/* margin-left: 160px;
margin-right: 16px;
padding-left: 15px; */
width:85%;
}
.debianforumde-sidebar {
margin-top:4px;
margin-left:8px;
width: 150px;
left: 15px;
position: absolute;
top: 140px;
float:left;
}
}
/* *************** */