add a small margin between buttons during review

This commit is contained in:
Damien Elmes 2018-09-07 15:51:21 +10:00
parent b25a1fdc53
commit b5785f7ec8

View file

@ -6,6 +6,7 @@ body {
button { button {
min-width: 60px; min-width: 60px;
white-space: nowrap; white-space: nowrap;
margin: 0.5em;
} }
.hitem { .hitem {
@ -43,8 +44,6 @@ button {
#outer { #outer {
border-top: 1px solid #aaa; border-top: 1px solid #aaa;
padding: 9px;
padding-top: 3px;
} }
#innertable { #innertable {