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