From 2691dca26e7eee9aa8ea9355f71f1fc4928e434a Mon Sep 17 00:00:00 2001 From: yomguy Date: Sun, 16 Dec 2012 00:21:58 +0100 Subject: [PATCH] fix rainbow --- teleforma/static/teleforma/css/teleforma.css | 2 +- .../templates/teleforma/answer_form.html | 39 +++++++++---------- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index 5213cc2c..2ca17c7b 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -1688,7 +1688,7 @@ input,textarea{ color-stop(0.00, blue), color-stop(25%, green), color-stop(50%, yellow), - color-stop(66%, orange), + color-stop(75%, orange), color-stop(1.00, red) ); diff --git a/teleforma/templates/teleforma/answer_form.html b/teleforma/templates/teleforma/answer_form.html index 9b9d5ee4..35a4991e 100644 --- a/teleforma/templates/teleforma/answer_form.html +++ b/teleforma/templates/teleforma/answer_form.html @@ -5,6 +5,7 @@ {% block extra_javascript %} {% endblock extra_javascript %} @@ -64,4 +64,3 @@ $(document).ready(function(){ {% endblock course_content %} - -- 2.39.5