diff options
author | holyantony | 2015-04-30 17:20:46 +0530 |
---|---|---|
committer | holyantony | 2015-04-30 17:20:46 +0530 |
commit | 20998fcb52d55b25da2f63965c98e7b171d4f1ed (patch) | |
tree | e0bfd0d5fbb3600d38b558645ba293a54b4572b0 /static/website/css | |
parent | b36782ec5fed77fd3f185c699f2d8adff980d01e (diff) | |
download | FOSSEE-Forum-20998fcb52d55b25da2f63965c98e7b171d4f1ed.tar.gz FOSSEE-Forum-20998fcb52d55b25da2f63965c98e7b171d4f1ed.tar.bz2 FOSSEE-Forum-20998fcb52d55b25da2f63965c98e7b171d4f1ed.zip |
Subject:Adjusted logo and changed CSS for look and feel
Description:
Diffstat (limited to 'static/website/css')
-rw-r--r-- | static/website/css/main.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index 855a3bb..b847cd3 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -14,7 +14,11 @@ hr { } #filter-container { background: #f5f5f5; - padding: 15px; + padding-top: 5px; + padding-bottom: 5px; + padding-left: 20px; + padding-right: 20px; + } #filter-form { margin-bottom: 0; @@ -50,15 +54,15 @@ body { #header-inner { } #logo { - width: 25px; - margin-top: -3px; + width: 90px; + margin-top: -7px; margin-right: 4px; } #content-wrapper { position: relative; max-width: 970px; margin:0 auto; - padding: 30px 0 55px 0; + padding: 25px 0 15px 0; background: #ffffff; } #content-inner { |