From 637d5c330b2cfa43fe9eeb236a8e040410306016 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Tue, 11 Apr 2017 14:55:27 +0200 Subject: [PATCH] top of front page lighter transparent --- rowers/templates/basefront.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rowers/templates/basefront.html b/rowers/templates/basefront.html index f4b588a8..d2eed657 100644 --- a/rowers/templates/basefront.html +++ b/rowers/templates/basefront.html @@ -41,11 +41,13 @@ width: 100%; height: auto; } - .container_12 {background-color: rgba(255,255,255,0.7);} + .container_12 {background-color: rgba(255,255,255,0.0);} + .container_top {background-color: rgba(255,255,255,0.7);}
{% analytical_body_top %} +
  @@ -252,6 +254,7 @@
{% cookielaw_banner %}
+
{% analytical_body_bottom %}