From c203fcb7df9ef3853d7842a9083609b4725032ca Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Wed, 15 Aug 2018 23:22:57 +0530 Subject: added custom css class for other than home page tempates --- static/website/bootstrap-css/assets/css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'static/website/bootstrap-css/assets/css') diff --git a/static/website/bootstrap-css/assets/css/main.css b/static/website/bootstrap-css/assets/css/main.css index 819e3a5..d74c2ea 100644 --- a/static/website/bootstrap-css/assets/css/main.css +++ b/static/website/bootstrap-css/assets/css/main.css @@ -299,6 +299,12 @@ ul li { -webkit-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; } +.navbar-solid-other { + background-color: #000 !important; + padding: 0 !important; + -webkit-transition: all 0.2s linear 0s; + transition: all 0.2s linear 0s; +} .site-branding { float: left; -- cgit