summaryrefslogtreecommitdiff
path: root/$template.html
diff options
context:
space:
mode:
Diffstat (limited to '$template.html')
-rw-r--r--$template.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/$template.html b/$template.html
index 012552e..9600911 100644
--- a/$template.html
+++ b/$template.html
@@ -69,7 +69,7 @@ blockquote {
margin: 0px auto;
width: 900px;
display: block;
- height: 100%;
+ min-height: 100%;
background-color: #fff8f8;
}
#left-column {
@@ -99,6 +99,7 @@ blockquote {
}
footer {
margin-top: 8em;
+ padding-bottom: 2em;
text-align: center;
font-size: 9pt;
font-style: italic;