increased min size for note boxes

This commit is contained in:
albert
2011-10-14 15:01:44 -04:00
parent 6a918c61be
commit 615796fd24

View File

@@ -22,8 +22,8 @@ div#note-container {
div.note-box {
position: absolute;
border: 1px solid white;
min-width: 20px;
min-height: 20px;
min-width: 5px;
min-height: 5px;
width: 100px;
height: 100px;
cursor: move;