Vier: Content is now aligned left - like before.

This commit is contained in:
Michael Vogel 2012-12-23 10:47:12 +01:00
parent 2e83034fc3
commit ed4eaed7e0
1 changed files with 10 additions and 3 deletions

View 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;
}