diff options
author | holyantony | 2015-03-26 12:41:22 +0530 |
---|---|---|
committer | holyantony | 2015-03-26 12:41:22 +0530 |
commit | 8f1163e44643ba6bdfd8aa21d9afc6ba9a6b1639 (patch) | |
tree | 4a28b16ac5917707a4070589809b7b1aa6d088aa /static/website/css | |
parent | ad9f4ac915d8f74b02298c93ff2b24782c661e98 (diff) | |
download | FOSSEE-Forum-8f1163e44643ba6bdfd8aa21d9afc6ba9a6b1639.tar.gz FOSSEE-Forum-8f1163e44643ba6bdfd8aa21d9afc6ba9a6b1639.tar.bz2 FOSSEE-Forum-8f1163e44643ba6bdfd8aa21d9afc6ba9a6b1639.zip |
Subject:Disabled serach by time option
Description:
1. Changed title to FOSSEE Forum
2. Updated Footer text in login page
3. Disabled search by time option
Diffstat (limited to 'static/website/css')
-rw-r--r-- | static/website/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index 7d9f533..855a3bb 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -58,7 +58,7 @@ body { position: relative; max-width: 970px; margin:0 auto; - padding: 15px 0 25px 0; + padding: 30px 0 55px 0; background: #ffffff; } #content-inner { |