summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorholyantony2015-07-23 14:59:41 +0530
committerholyantony2015-07-23 14:59:41 +0530
commitb56dd7bc12525df412ba013ea2542dc9a84bbc24 (patch)
treede480920b57cb6d01387109f45128f5d9bfb01b7 /static
parent04a6840825ebdeaf8e72d4f98ac0bf5f76236d58 (diff)
downloadFOSSEE-Forum-b56dd7bc12525df412ba013ea2542dc9a84bbc24.tar.gz
FOSSEE-Forum-b56dd7bc12525df412ba013ea2542dc9a84bbc24.tar.bz2
FOSSEE-Forum-b56dd7bc12525df412ba013ea2542dc9a84bbc24.zip
CSS
Diffstat (limited to 'static')
-rw-r--r--static/website/templates/index.html13
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>