diff options
author | prashantsinalkar | 2018-08-15 23:22:57 +0530 |
---|---|---|
committer | prashantsinalkar | 2018-08-15 23:22:57 +0530 |
commit | c203fcb7df9ef3853d7842a9083609b4725032ca (patch) | |
tree | 87650aa5f6bab356d83bb8b15984a52d10b6d52b /static/website/bootstrap-css/assets/css | |
parent | 2c3046ffa4d454195f18b61b25e5213c3cc27a5e (diff) | |
download | SciPy2018-c203fcb7df9ef3853d7842a9083609b4725032ca.tar.gz SciPy2018-c203fcb7df9ef3853d7842a9083609b4725032ca.tar.bz2 SciPy2018-c203fcb7df9ef3853d7842a9083609b4725032ca.zip |
added custom css class for other than home page tempates
Diffstat (limited to 'static/website/bootstrap-css/assets/css')
-rw-r--r-- | static/website/bootstrap-css/assets/css/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; |