diff options
author | holyantony | 2015-03-23 11:46:11 +0530 |
---|---|---|
committer | holyantony | 2015-03-23 11:46:11 +0530 |
commit | 54bd70b5d4338f9d2737c4403352ce45c111216e (patch) | |
tree | 495149f4c1ca24e3d0e143a3369a63159c13757d /static | |
parent | 9af1b7d1c19315b6fb5dfa9025885386bbb6d0b5 (diff) | |
download | FOSSEE-Forum-54bd70b5d4338f9d2737c4403352ce45c111216e.tar.gz FOSSEE-Forum-54bd70b5d4338f9d2737c4403352ce45c111216e.tar.bz2 FOSSEE-Forum-54bd70b5d4338f9d2737c4403352ce45c111216e.zip |
Subject:Added validation for comments
Description:
1. Check for blank field
Diffstat (limited to 'static')
-rw-r--r-- | static/website/css/main.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index 6715f8b..fc96f5b 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -228,9 +228,9 @@ table .question a{ #content .answer { position: relative; border-bottom: 1px solid #f5f5f5; - padding-top: 20px; - padding-bottom: 20px; - margin: 10px 0px; + + padding-bottom: 10px; + margin: 5px 0px; } #content .answer .body { } |