diff options
author | nishanth | 2010-03-02 14:46:05 +0530 |
---|---|---|
committer | nishanth | 2010-03-02 14:46:05 +0530 |
commit | 231c6f8ec8355c9bbbc90a5af9f34b32773f7caa (patch) | |
tree | dbd6b734b04c7331744ef45e8fc69979c2bd4923 | |
parent | 7ac3530fcd96dac4e78462f8495357e95ba6e4ae (diff) | |
download | pytask-231c6f8ec8355c9bbbc90a5af9f34b32773f7caa.tar.gz pytask-231c6f8ec8355c9bbbc90a5af9f34b32773f7caa.tar.bz2 pytask-231c6f8ec8355c9bbbc90a5af9f34b32773f7caa.zip |
added footer to base.html.
-rw-r--r-- | templates/base.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 79e8bb0..75ff96e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -101,8 +101,8 @@ } #footer { margin: 10px 0px 0px 0px; - text-align: center; - padding: 15px 0px 15px 0px; + text-align: left; + padding: 5px 0px 5px 0px; background-color: #f1f1f1; } #footer p { @@ -166,6 +166,7 @@ </div> </div> <div id="footer"> + Designed by <a href="http://fossee.in">FOSSEE</a> </div> </div> |