commit 0f0351daae4e0b4dadc1975d021d9ca318a22bbd
Author: Sebastian Hahn <sebastian(a)torproject.org>
Date: Wed Nov 25 17:27:26 2015 +0100
Provide a height for the page footer
---
include/donatehead.wmi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/donatehead.wmi b/include/donatehead.wmi
index 8d0b35c..54e866e 100644
--- a/include/donatehead.wmi
+++ b/include/donatehead.wmi
@@ -32,7 +32,7 @@
}
body {
- margin-bottom: 60px;
+ margin-bottom: 65px;
}
.footer {
@@ -40,7 +40,7 @@
bottom: 0;
width: 100%;
/* Set the height of the footer here */
- height: auto;
+ height: 65px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #f5f5f5;