diff --git a/static/css/base.css b/static/css/base.css index 3424e364..e37c7151 100755 --- a/static/css/base.css +++ b/static/css/base.css @@ -142,24 +142,3 @@ margin-bottom: 20px; height: 70px; vertical-align:middle; } -#grad_red { - background: red; /* For browsers that do not support gradients */ - background: linear-gradient(#ff6363, #fefefe); /* Standard syntax (must be last) */ -} - -#grad_green { - background: green; /* For browsers that do not support gradients */ - background: linear-gradient(#C8DD58,#4FB64A); /* Standard syntax (must be last) */ -} - -#grad_grey { - background: gray; /* For browsers that do not support gradients */ - background: linear-gradient(#d4d4ff, #fefefe); /* Standard syntax (must be last) */ -} - -#grad_machines{ - background: green; - background: linear-gradient(#c266e0,#fefefe) -} - - diff --git a/templates/base.html b/templates/base.html old mode 100644 new mode 100755 index c6782da8..e2303d8a --- a/templates/base.html +++ b/templates/base.html @@ -195,7 +195,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,