Further reduce size of number input boxes

This commit is contained in:
Donald Burr 2015-10-18 00:20:46 -07:00
parent 84d80ef4db
commit d5a2292bf2

View file

@ -23,5 +23,5 @@ table {
} }
input[type=number]{ input[type=number]{
width: 80px; width: 40px;
} }