Vier: Content is now aligned left - like before.
This commit is contained in:
parent
2e83034fc3
commit
ed4eaed7e0
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue