From 2a07480e20ea7e8ffc629c5870c9d16df71939ff Mon Sep 17 00:00:00 2001 From: Akshen Date: Wed, 30 May 2018 10:52:33 +0530 Subject: Update base.html - Navbar fixed in base.html - Header blocks removed from all other templates - testimonials and benefits page removed along with its testcases --- static/workshop_app/css/sticky-footer.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/workshop_app') diff --git a/static/workshop_app/css/sticky-footer.css b/static/workshop_app/css/sticky-footer.css index bad5ff7..3db4f72 100644 --- a/static/workshop_app/css/sticky-footer.css +++ b/static/workshop_app/css/sticky-footer.css @@ -13,7 +13,7 @@ /* OnActive Tab */ .navbar-custom .navbar-nav > .active > a { color: black; - background: white; + background: white; } .navbar-custom .navbar-nav > li > a:hover, @@ -32,6 +32,7 @@ } .navbar-custom .navbar-brand:hover{ + color: white; } /** -- cgit