diff options
author | Cheese Cookie | 2013-11-04 13:31:51 +0530 |
---|---|---|
committer | Cheese Cookie | 2013-11-04 13:31:51 +0530 |
commit | 00b410eb6484ce274259bebf71f8cba95e6d879d (patch) | |
tree | ee01ee7386546daee405acffe1b8c49cf0774b44 /website/static | |
parent | 17ecff4969f981cdaaa9b0b3a5899aafbf0c54e5 (diff) | |
download | SciPy2013-00b410eb6484ce274259bebf71f8cba95e6d879d.tar.gz SciPy2013-00b410eb6484ce274259bebf71f8cba95e6d879d.tar.bz2 SciPy2013-00b410eb6484ce274259bebf71f8cba95e6d879d.zip |
fossee under organisers and footer.
Diffstat (limited to 'website/static')
-rw-r--r-- | website/static/css/main.css | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/website/static/css/main.css b/website/static/css/main.css index 2b027a7..eb22a9e 100644 --- a/website/static/css/main.css +++ b/website/static/css/main.css @@ -79,7 +79,20 @@ color: #ffffff; } #footer-inner #social img{ - margin: 25px 0 0 20px; + margin: 15px 0 0 20px; +} +#social #fossee-logo{ + +} +#social #fossee-logo img{ + width: 60%; + margin-left: 20%; + padding: 5px; + background: #ffffff; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -o-border-radius: 5px; + border-radius: 5px; } #credits{ padding: 15px 0 0 0; @@ -178,4 +191,4 @@ right: 0; left: 0; bottom: 0; -}
\ No newline at end of file +} |