diff options
author | holyantony | 2015-07-23 14:59:41 +0530 |
---|---|---|
committer | holyantony | 2015-07-23 14:59:41 +0530 |
commit | b56dd7bc12525df412ba013ea2542dc9a84bbc24 (patch) | |
tree | de480920b57cb6d01387109f45128f5d9bfb01b7 | |
parent | 04a6840825ebdeaf8e72d4f98ac0bf5f76236d58 (diff) | |
download | FOSSEE-Forum-b56dd7bc12525df412ba013ea2542dc9a84bbc24.tar.gz FOSSEE-Forum-b56dd7bc12525df412ba013ea2542dc9a84bbc24.tar.bz2 FOSSEE-Forum-b56dd7bc12525df412ba013ea2542dc9a84bbc24.zip |
CSS
-rw-r--r-- | static/website/templates/index.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 53e8f95..ad67aec 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -82,19 +82,20 @@ input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button: <div id="filter-container"> <div class="row"> <form class ="" id="filter-form" action="" role="form"> - <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6" > <a class="btn btn-block btn-primary" href="{% url 'website:questions' %}" style="margin-top: 18px;">View all previous questions.</a> </div> <!-- /.col --> </form> - <div class="col-lg-6 col-md-6 col-sm-6"> + <div class="col-lg-6 col-md-6 col-sm-6" > <div class="row"> - <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> + + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6" style="width: 100px; margin-left:40px; margin-right:40px; " > <h3 style="font-size: 18px" align="center"><strong>{% total_question_count %}</strong></h3> - <h3 style="font-size: 18px" align="center" style="margin-top:0px " text-color="#7395d9" >Questions</h3> + <h3 style="font-size: 18px; margin-top: 1px;" align="center" text-color="#7395d9" >Questions</h3> </div> - <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6" style="width: 100px;margin-left:40px; margin-right:40px"> <h3 style="font-size: 18px" align="center"><strong>{% total_answer_count %}</strong></h3> - <h3 style="font-size: 18px" align="center">Answers</h3> + <h3 style="font-size: 18px; margin-top: 1px;" align="center">Answers</h3> </div> </div> </div> |