diff options
author | ashwinishinde | 2015-03-19 17:28:30 +0530 |
---|---|---|
committer | ashwinishinde | 2015-03-19 17:28:30 +0530 |
commit | e466b654350bbd923c75c55b8cbfc54be1c77302 (patch) | |
tree | 3e7f9058d7cb13c2ca3975c6529743580eba398f /static/website | |
parent | 4b9dffe8f6948960f816b425ecb789c9141e37e6 (diff) | |
download | FOSSEE-Forum-e466b654350bbd923c75c55b8cbfc54be1c77302.tar.gz FOSSEE-Forum-e466b654350bbd923c75c55b8cbfc54be1c77302.tar.bz2 FOSSEE-Forum-e466b654350bbd923c75c55b8cbfc54be1c77302.zip |
added link to questions, changed colors
Diffstat (limited to 'static/website')
-rw-r--r-- | static/website/css/main.css | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index f97843d..6715f8b 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -103,11 +103,20 @@ body { #content .question .title a{ padding: 0 0 7px 0; font-size: 1.1em; - color: #424242; + color: #2619bd; + font-weight:bold; +} + +#content .question .title{ + padding: 0 0 7px 0; + font-size: 1.1em; + color: #2619bd; + font-weight:bold; } #content .question .body { padding: 10px; - background: #fafafa; + background: #F9F6F6; + color: #2619bd; } #content .question .category a, #content .question .tutorial a, @@ -155,7 +164,7 @@ body { bottom: 0px; } #content .question .user{ - background: #f5f5f5; + background: #EFE3E3; padding: 2px 7px; } table .category { |