diff options
author | Jayaram Pai | 2014-06-17 11:19:01 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-06-17 11:19:01 +0530 |
commit | 21051301328e664963532be8384d4b0fb1addc84 (patch) | |
tree | 3b6f9f3bae4e37eee6d511983b34659a5377b3d3 /static | |
parent | ddf041a44674870d5af145150fca832bfe473cc7 (diff) | |
download | FOSSEE-Forum-21051301328e664963532be8384d4b0fb1addc84.tar.gz FOSSEE-Forum-21051301328e664963532be8384d4b0fb1addc84.tar.bz2 FOSSEE-Forum-21051301328e664963532be8384d4b0fb1addc84.zip |
added spacing between logo and brand text
Diffstat (limited to 'static')
-rw-r--r-- | static/website/css/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index 467cea6..d1e7e52 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -52,6 +52,7 @@ body { #logo { width: 25px; margin-top: -3px; + margin-right: 4px; } #content-wrapper { position: relative; |