diff options
author | parth | 2012-03-26 04:07:00 +0530 |
---|---|---|
committer | parth | 2012-03-26 04:07:00 +0530 |
commit | 2fe2f8392528b6ae422a72f48b308bbf8cc0d0f3 (patch) | |
tree | 22893dcf1b49a3e5413dfd02067c7edd998ce422 | |
parent | 905ecc51cb6f75e99ea792f7f39230d2dc1d5c40 (diff) | |
download | aloha-2fe2f8392528b6ae422a72f48b308bbf8cc0d0f3.tar.gz aloha-2fe2f8392528b6ae422a72f48b308bbf8cc0d0f3.tar.bz2 aloha-2fe2f8392528b6ae422a72f48b308bbf8cc0d0f3.zip |
added custom css file
-rw-r--r-- | static/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..5b3b2a5 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,7 @@ +footer { + border-top: 1px solid #E5E5E5; + margin-top: 45px; + padding: 35px 0 36px; + float:left; + width:100%; +} |