diff options
author | ashwinishinde | 2015-03-24 16:01:35 +0530 |
---|---|---|
committer | ashwinishinde | 2015-03-24 16:01:35 +0530 |
commit | af6409ed6b3c24bc865a3bc1b1ac5c73898d5485 (patch) | |
tree | b6ce4b498e7ff43c2ad013f26f5ebad2037fbc9d /static/website/css | |
parent | 54bd70b5d4338f9d2737c4403352ce45c111216e (diff) | |
download | FOSSEE-Forum-af6409ed6b3c24bc865a3bc1b1ac5c73898d5485.tar.gz FOSSEE-Forum-af6409ed6b3c24bc865a3bc1b1ac5c73898d5485.tar.bz2 FOSSEE-Forum-af6409ed6b3c24bc865a3bc1b1ac5c73898d5485.zip |
Subject:Resolved View all questions and validate ask new answer
Description:
1) display view all questions.
2) validate all the fields in ask new answer.
3) validate submit answer.
Diffstat (limited to 'static/website/css')
-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 fc96f5b..171503d 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -282,6 +282,7 @@ table .question a{ #footer-inner a{ color: #ffffff; } + #footer-inner .cc{ font-size: 13px; text-align: center; |