Removed bottom margin

This commit is contained in:
John McLear 2011-03-26 14:17:30 +00:00
parent cd2fe7d66c
commit 9b2ecbee56
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ body, textarea { font-family: Arial, sans-serif; }
#padpage {
position: absolute;
top: 0px;
bottom: 8px;
bottom: 0px;
width: 100%;
}