From d3cf83fd3af8eed0bf8f8c97c5a494391ea5b7a7 Mon Sep 17 00:00:00 2001 From: Ruh Date: Sun, 22 Dec 2019 13:22:32 -0800 Subject: [PATCH] Added transparent dark div to all pages. Changed footer font color. Added transparent dark div to the statements above the result tables. --- static/styles.css | 4 ++-- templates/aprox.html | 4 +++- templates/aproxd.html | 2 ++ templates/differentiated.html | 2 ++ templates/differentiation.html | 4 +++- templates/integrated.html | 2 ++ templates/integration.html | 4 +++- templates/layout.html | 6 +++--- templates/maxmin.html | 4 +++- templates/optimized.html | 2 ++ templates/riemann.html | 8 +++++--- templates/rightSummed.html | 8 ++++++-- templates/summed.html | 4 ++-- 13 files changed, 38 insertions(+), 16 deletions(-) diff --git a/static/styles.css b/static/styles.css index 2852145..af862b1 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,7 +1,7 @@ body { /* main website background color*/ -background-image: url('img/bg.jpg'); -background-attachment: fixed; + background-image: url('img/bg.jpg'); + background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; diff --git a/templates/aprox.html b/templates/aprox.html index 49b6652..d2113cf 100644 --- a/templates/aprox.html +++ b/templates/aprox.html @@ -5,6 +5,7 @@ {% endblock %} {% block main %} +
Function you would like to Approximate:
@@ -18,9 +19,10 @@
- + +