]> git.aero2k.de Git - dfde-theme.git/commitdiff
test scrolling codeboxen
authoreggy <eggy@localhost>
Thu, 31 Aug 2017 11:34:43 +0000 (13:34 +0200)
committereggy <eggy@localhost>
Thu, 31 Aug 2017 11:34:43 +0000 (13:34 +0200)
theme/common.css

index 57a362073c186a3418de0520a3c42fb313827363..018a1b21269f219aeffe048b12725d0e6220789c 100644 (file)
@@ -153,7 +153,10 @@ a:hover    { text-decoration: underline; }
 }
 
 .page-body {
-/*                 margin: 4px 0; */
+               /* margin: 4px 0; */
+               
+               /* evtl sorgt das fuer scrolling von codeboxen auf mobile ... mal sehn: */
+        width:95%; 
                        
 }
 
@@ -165,9 +168,9 @@ a:hover     { text-decoration: underline; }
 }
 
 @media only screen and (min-width: 680px) {
-.page-body {
-       margin: 10px 0; 
-       /* clear: both; */
+    .page-body {
+                       margin: 10px 0;
+                       /* clear: both; */
                        float:right;
                    /* margin-left: 160px;
                    margin-right: 16px;