]> git.aero2k.de Git - dfde-theme.git/commitdiff
merged
authoreggy <eggy@localhost>
Fri, 8 Sep 2017 21:10:22 +0000 (23:10 +0200)
committereggy <eggy@localhost>
Fri, 8 Sep 2017 21:10:22 +0000 (23:10 +0200)
1  2 
theme/colours.css
theme/common.css

Simple merge
index dbc3c4b5d1355bc0bc41ec9e8effe1ecee926685,018a1b21269f219aeffe048b12725d0e6220789c..a5aa1ff2b60afeffd9bfa14d4bf672884898d576
@@@ -153,9 -153,11 +153,12 @@@ 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%; 
                        
 +      margin: 10px 0; 
  }
  
  .debianforumde-sidebar {
                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%;
    .page-body {
+                       margin: 10px 0;
                      /* clear: both; */
+                       float:right;
+                   /* margin-left: 160px;
+                   margin-right: 16px;
+               padding-left: 15px;     */
+             width:85%;
  }
  
        .debianforumde-sidebar {