From ed4eaed7e0a77d402761d4f17f68ef7ccb3ae97e Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 23 Dec 2012 10:47:12 +0100 Subject: [PATCH] Vier: Content is now aligned left - like before. --- view/theme/vier/style.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 86b290eb79..48926dd620 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -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; }