aboutsummaryrefslogtreecommitdiff
path: root/vfd-backend/public/stylesheets
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-10-09 15:53:24 +0200
committerJakob Odersky <jodersky@gmail.com>2014-10-09 15:54:48 +0200
commit0226a83f40e0126f8e75e155609f3f295661a3a5 (patch)
treef63aa06c616f3c7627e056b4fcde8809760a5090 /vfd-backend/public/stylesheets
parent7f127610f7d5062eb6d6f9aa4f6eeb36f64cb51d (diff)
downloadmavigator-0226a83f40e0126f8e75e155609f3f295661a3a5.tar.gz
mavigator-0226a83f40e0126f8e75e155609f3f295661a3a5.tar.bz2
mavigator-0226a83f40e0126f8e75e155609f3f295661a3a5.zip
tidy up frontend
Diffstat (limited to 'vfd-backend/public/stylesheets')
-rw-r--r--vfd-backend/public/stylesheets/main.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/vfd-backend/public/stylesheets/main.css b/vfd-backend/public/stylesheets/main.css
index 815d2b9..f335da8 100644
--- a/vfd-backend/public/stylesheets/main.css
+++ b/vfd-backend/public/stylesheets/main.css
@@ -3,6 +3,14 @@
src: url('../fonts/ds-digi.ttf')
}
+html {
+ height: 100%;
+}
+
+body {
+ min-height: 100%;
+}
+
body {
background-color: #e6e6e6;
}