add a little padding in bottom area

This commit is contained in:
Damien Elmes 2017-08-12 16:59:52 +10:00
parent ec5e54d21d
commit cc0ec00fe7
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
body {
margin: 0;
margin: 0px;
padding: 0;
}
@ -43,6 +43,8 @@ button {
#outer {
border-top: 1px solid #aaa;
padding: 9px;
padding-top: 3px;
}
#innertable {

View File

@ -2,4 +2,5 @@
border-bottom: 0;
margin-bottom: 6px;
margin-top: 0;
padding: 9px;
}