diff options
author | Jayaram Pai | 2014-04-28 20:16:48 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-04-28 20:16:48 +0530 |
commit | 5c8db8b5a3e363be63f21700149ef5891410374c (patch) | |
tree | be2a29678f9bbd7a3b253d8839eac1c34ee51718 /static/website/css | |
parent | 7c3c9f3a0591b4b785e30b22c0cf0d2b33c17b1e (diff) | |
download | FOSSEE-Forum-5c8db8b5a3e363be63f21700149ef5891410374c.tar.gz FOSSEE-Forum-5c8db8b5a3e363be63f21700149ef5891410374c.tar.bz2 FOSSEE-Forum-5c8db8b5a3e363be63f21700149ef5891410374c.zip |
Oscad workshop notification added.
Diffstat (limited to 'static/website/css')
-rw-r--r-- | static/website/css/nice-bar.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/css/nice-bar.css b/static/website/css/nice-bar.css index 6159b09..9294c7e 100644 --- a/static/website/css/nice-bar.css +++ b/static/website/css/nice-bar.css @@ -1,8 +1,8 @@ .nice-bar { display: none; width: 100%; - background: #70a865; - border-bottom: 3px solid #27ae60; + background: #0074D9; + border-bottom: 3px solid #ffffff; font-size: 0.85em; } .nice-bar .nice-text { |