]> git.mxchange.org Git - friendica.git/commitdiff
Vier: Content is now aligned left - like before.
authorMichael Vogel <icarus@dabo.de>
Sun, 23 Dec 2012 09:47:12 +0000 (10:47 +0100)
committerMichael Vogel <icarus@dabo.de>
Sun, 23 Dec 2012 09:47:12 +0000 (10:47 +0100)
view/theme/vier/style.css

index 86b290eb79e971f62b80ac765f97303b7182e86a..48926dd6209b7b96d92c17d46ced9a275906bdb9 100644 (file)
@@ -266,11 +266,12 @@ body {
   font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 14px;
   /* background-color: #ffffff; */
-  background-color: #ddd;
+  /* background-color: #ddd; */
+  background-color: #F2F2F2;
   color: #2d2d2d;
   margin: 37px 0px 0px 0px;
   display: table;
-  width: 100%
+  /* width: 100% */
 }
 h4 {
   font-size: 1.1em;
@@ -777,6 +778,11 @@ ul.menu-popup .empty {
         padding: 7px 7px 0px 0px;
 }
 
+right_aside {
+  width: 0px;
+  display: block;
+}
+
 /* aside */
 aside {
   display: table-cell;
@@ -986,7 +992,8 @@ aside h4 {
 section {
   display: table-cell;
   vertical-align: top;
-  width: 760px;
+  width: 766px;
+  max-width: 766px;
   padding: 10px 10px 10px 10px;
   background-color: white;
 }