]> git.aero2k.de Git - dfde-theme.git/commitdiff
codebox scrolling bei winzigdisplay, versuch eins
authoreggy <eggy@localhost>
Sun, 27 Aug 2017 09:37:10 +0000 (11:37 +0200)
committereggy <eggy@localhost>
Sun, 27 Aug 2017 09:37:10 +0000 (11:37 +0200)
theme/common.css

index 57a362073c186a3418de0520a3c42fb313827363..b95f23018ce8a6238c1605725d9cc240c5014a31 100644 (file)
@@ -155,6 +155,7 @@ a:hover     { text-decoration: underline; }
 .page-body {
 /*                 margin: 4px 0; */
                        
+       margin: 10px 0; 
 }
 
 .debianforumde-sidebar {
@@ -164,15 +165,30 @@ a:hover   { text-decoration: underline; }
                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) {
 .page-body {
-       margin: 10px 0; 
-       /* clear: both; */
-                       float:right;
-                   /* margin-left: 160px;
-                   margin-right: 16px;
-               padding-left: 15px;     */
-            width:85%;
+margin: 10px 0; 
+/* clear: both; */
+       float:right;
+       /* margin-left: 160px;
+       margin-right: 16px;
+       padding-left: 15px;     */
+       width:85%;
 }
 
        .debianforumde-sidebar {