quick fix for choklet bannertwo

This commit is contained in:
Mario Vavti
2015-09-14 09:20:08 +02:00
parent fd708b28b8
commit ec1d6d537e
2 changed files with 6 additions and 4 deletions

View File

@@ -34,11 +34,12 @@ nav.navbar {
}
aside#region_1 {
min-width: 231px;
max-width: 231px;
min-width: 285px;
max-width: 285px;
display: table-cell;
width: 231px;
width: 285px;
margin-left: 10px;
vertical-align: top;
}
aside input[type='text'] {
@@ -52,6 +53,7 @@ section {
width: 100%;
display: table-cell;
padding: 0 10px 200px 10px;
vertical-align: top;
}
#region_3 {