]> git.aero2k.de Git - dfde-theme.git/commitdiff
Seitenaufteilung geaendert
authoreggy <eggy@localhost>
Wed, 5 Jul 2017 22:18:36 +0000 (00:18 +0200)
committereggy <eggy@localhost>
Wed, 5 Jul 2017 22:18:36 +0000 (00:18 +0200)
theme/common.css

index 88305cc6060b72b73f744dd4246855eb802e3940..1299e3319cac94c96f9f576520f4a14e60fce234 100644 (file)
@@ -133,9 +133,8 @@ a:hover     { text-decoration: underline; }
        border: 1px solid transparent;
        border-radius: 8px;
        margin: 0 auto;
-       max-width: 95%;
        min-width: 625px;
-       padding: 0px;
+       padding: 7px;
 }
 
 @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 {
                    margin: 4px 0;
                        clear: both;
                        float:right;
-                       width:85%; 
+                   margin-left: 160px;
+                   margin-right: 16px;
+               padding-left: 15px;     
 }
 
+
 .debianforumde-sidebar {
-               float:left;
                margin-top:4px;
-               margin-left:24px;
-               padding-left:24px;
-           float: left;
+               margin-left:8px;
            width: 150px;
+               left: 15px;
+               position: absolute;
+               top: 160px;
 }