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

Seitenaufteilung geaendert

This commit is contained in:
eggy
2017-07-06 00:18:36 +02:00
parent 87a6f0227e
commit bc6d2100a1

View File

@@ -133,9 +133,8 @@ a:hover { text-decoration: underline; }
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 8px; border-radius: 8px;
margin: 0 auto; margin: 0 auto;
max-width: 95%;
min-width: 625px; min-width: 625px;
padding: 0px; padding: 7px;
} }
@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) { @media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
@@ -145,21 +144,24 @@ a:hover { text-decoration: underline; }
} }
/* TODO: breite anders berechnen, sieht auf 1366x768 ok aus, woanders evtl probleme */ /* TODO: evtl breite anders berechnen, sieht auf 1366x768 ok aus, woanders evtl probleme */
.page-body { .page-body {
margin: 4px 0; margin: 4px 0;
clear: both; clear: both;
float:right; float:right;
width:85%; margin-left: 160px;
margin-right: 16px;
padding-left: 15px;
} }
.debianforumde-sidebar { .debianforumde-sidebar {
float:left;
margin-top:4px; margin-top:4px;
margin-left:24px; margin-left:8px;
padding-left:24px;
float: left;
width: 150px; width: 150px;
left: 15px;
position: absolute;
top: 160px;
} }