use border-box for everything

This commit is contained in:
marijus
2014-03-22 21:10:26 +01:00
parent c968a18db3
commit 13916566f0
6 changed files with 28 additions and 38 deletions

View File

@@ -14,11 +14,12 @@ main {
}
aside#region_1 {
width: 210px;
min-width: 210px;
width: 231px;
min-width: 231px;
max-width: 231px;
display: table-cell;
vertical-align: top;
padding: 65px 7px 13px 7px;
padding: 65px 7px 0px 7px;
}
aside input[type='text'] {