diff options
author | hardythe1 | 2015-07-07 16:53:35 +0530 |
---|---|---|
committer | hardythe1 | 2015-07-07 16:53:35 +0530 |
commit | 4fabeb0b92daae2bc2c93069cf14ba1703cbe3c9 (patch) | |
tree | 33ed1851a932f8866f1c213a9625cdce07c506bf /website/templates/base.html | |
parent | b0c2040b9ba06543c65acb593507c3a7192516f8 (diff) | |
download | SciPy2015-4fabeb0b92daae2bc2c93069cf14ba1703cbe3c9.tar.gz SciPy2015-4fabeb0b92daae2bc2c93069cf14ba1703cbe3c9.tar.bz2 SciPy2015-4fabeb0b92daae2bc2c93069cf14ba1703cbe3c9.zip |
proposal form styling & footer to center
Diffstat (limited to 'website/templates/base.html')
-rw-r--r-- | website/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/base.html b/website/templates/base.html index 633a129..8d72bde 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -228,7 +228,7 @@ <div id="footerwrap"> <div class="container"> <div class="row"> - <div class="col-md-8"> + <div class="col-md-12"> <img src="{% static 'img/fossee.png' %}" width=100 height=40> <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> <img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /> |