diff options
author | Akshen | 2018-05-30 10:52:33 +0530 |
---|---|---|
committer | Akshen | 2018-05-30 10:52:33 +0530 |
commit | 2a07480e20ea7e8ffc629c5870c9d16df71939ff (patch) | |
tree | 94a4fe0edadce695b30db1a087ec3a398cfba610 /static/workshop_app | |
parent | 1ade33e8516f9e3544b33e6c13db8528b4e9d386 (diff) | |
download | workshop_booking-2a07480e20ea7e8ffc629c5870c9d16df71939ff.tar.gz workshop_booking-2a07480e20ea7e8ffc629c5870c9d16df71939ff.tar.bz2 workshop_booking-2a07480e20ea7e8ffc629c5870c9d16df71939ff.zip |
Update base.html
- Navbar fixed in base.html
- Header blocks removed from all other templates
- testimonials and benefits page removed along with its testcases
Diffstat (limited to 'static/workshop_app')
-rw-r--r-- | static/workshop_app/css/sticky-footer.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; } /** |