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

codebox scrolling bei winzigdisplay, versuch eins

This commit is contained in:
eggy
2017-08-27 11:37:10 +02:00
parent 8f2c56124f
commit 7f4bfb8309

View File

@@ -155,6 +155,7 @@ a:hover { text-decoration: underline; }
.page-body { .page-body {
/* margin: 4px 0; */ /* margin: 4px 0; */
margin: 10px 0;
} }
.debianforumde-sidebar { .debianforumde-sidebar {
@@ -164,10 +165,25 @@ a:hover { text-decoration: underline; }
float:left; float:left;
} }
@media only screen and (min-width: 1px) {
.page-body {
margin: 10px 0;
float:right;
width:99%;
}
}
@media only screen and (min-width: 680px) { @media only screen and (min-width: 680px) {
.page-body { .page-body {
margin: 10px 0; margin: 10px 0;
/* clear: both; */ /* clear: both; */
float:right; float:right;
/* margin-left: 160px; /* margin-left: 160px;
margin-right: 16px; margin-right: 16px;