add padding for boxes just at the size of the minimum page box size so that there is a little space at the bottom

master
Coleman 2008-07-23 13:54:26 -05:00
parent ee96ecda72
commit 8c592aed6c
1 changed files with 3 additions and 2 deletions

View File

@ -236,7 +236,8 @@ body {
}
.entry {
padding: 3px;
margin-bottom: 10px;
}
.entry ul {
@ -271,4 +272,4 @@ body {
float: right;
font-size: 90%;
padding-top: 10px;
}
}