diff options
author | holyantony | 2015-07-15 12:54:33 +0530 |
---|---|---|
committer | holyantony | 2015-07-15 12:54:33 +0530 |
commit | 441aea4b7b575555c66d4e7232fa24edbc7120d4 (patch) | |
tree | a961326e8a04a5a81988124ff8e833b33fd4aba5 /static/website/css | |
parent | 36867a956a4c8ccc80df53576d7d9ab21bf734f5 (diff) | |
download | FOSSEE-Forum-441aea4b7b575555c66d4e7232fa24edbc7120d4.tar.gz FOSSEE-Forum-441aea4b7b575555c66d4e7232fa24edbc7120d4.tar.bz2 FOSSEE-Forum-441aea4b7b575555c66d4e7232fa24edbc7120d4.zip |
Subject:Updated main.css for content-answer
Description:
1. Modified get-question.html
Diffstat (limited to 'static/website/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 8d011fb..43d3ec9 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -245,7 +245,7 @@ table .question a{ padding-left: 10px; padding-top: 10px; - margin: 5px 0px; + margin: 15px 0px; } #content .answer .body { padding-bottom: 10px; |