diff options
author | hardythe1 | 2014-09-11 18:01:36 +0530 |
---|---|---|
committer | hardythe1 | 2014-09-11 18:01:36 +0530 |
commit | d213a29ccd46baa36b2528b994988e2f0db407bc (patch) | |
tree | 938080d3953a891225cdb6b6656bf3d2302242b0 /static/website/css/main.css | |
parent | 30bbced02bf448eb7210dae31ecc9d704c4b6524 (diff) | |
download | scipy2014-d213a29ccd46baa36b2528b994988e2f0db407bc.tar.gz scipy2014-d213a29ccd46baa36b2528b994988e2f0db407bc.tar.bz2 scipy2014-d213a29ccd46baa36b2528b994988e2f0db407bc.zip |
chaged social div background
Diffstat (limited to 'static/website/css/main.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 29f7b94..dfce5e2 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -108,7 +108,7 @@ body { -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); - background: #eee; + background: #ffffff; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; |