summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/style.css1
-rw-r--r--views/style.less4
2 files changed, 5 insertions, 0 deletions
diff --git a/views/style.css b/views/style.css
index 3427b79..dc9cd78 100644
--- a/views/style.css
+++ b/views/style.css
@@ -174,3 +174,4 @@ hr {
z-index: 3;
display: none;
}
+#footer { height: 100px; }
diff --git a/views/style.less b/views/style.less
index 5d11811..1f7b075 100644
--- a/views/style.less
+++ b/views/style.less
@@ -202,4 +202,8 @@ hr{
left: 0;
z-index: 3;
display: none;
+}
+
+#footer{
+ height: 100px;
} \ No newline at end of file