diff options
Diffstat (limited to 'src/templates/index.html')
-rw-r--r-- | src/templates/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/templates/index.html b/src/templates/index.html index a6e5123f..40d46fc8 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -32,9 +32,11 @@ <link rel="shortcut icon" href="favicon.ico"> <style> + html, body { + height: 100%; + } body { margin: 0; - height: 100%; color: #333; font: 14px helvetica, sans-serif; background: #ddd; |