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

@@ -22,8 +22,8 @@
/* notes */
#note-text {
width: 190px;
max-width: 190px;
width: 100%;
resize: vertical;
height: 150px;
}