From d0c4b3e714a5cf5bb055b8e3c03321f667e5eb2d Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Mon, 27 Apr 2015 16:41:23 +0200 Subject: [PATCH] Prototype's css is only for prototype --- static/css/prototype.css | 14 ++++++++++++++ static/css/style.css | 13 ------------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/static/css/prototype.css b/static/css/prototype.css index 14d22b7..ca5b923 100644 --- a/static/css/prototype.css +++ b/static/css/prototype.css @@ -1,3 +1,17 @@ body { overflow-y: hidden; } + +html, body { + height: 100%; +} + +#main-section { + min-height: 100%; +} + +#container { + position: absolute; + margin: 0 auto; + min-height: 100%; +} diff --git a/static/css/style.css b/static/css/style.css index 12f2534..3ae134d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -3,16 +3,3 @@ body { text-align: justify; } -html, body { - height: 100%; -} - -#main-section { - min-height: 100%; -} - -#container { - position: absolute; - margin: 0 auto; - min-height: 100%; -}