Legère modif

This commit is contained in:
antoine.mcnabb 2015-11-07 16:41:37 -05:00
parent b91dc9d915
commit 6887b52665
3 changed files with 3 additions and 16 deletions

View File

@ -63,19 +63,6 @@
</div> </div>
</div> </div>
</section> </section>
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h4 class="modal-title">Modal title</h4>
</div>
<div class="modal-body"><div class="te"></div></div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div> </div>
<!-- /.modal --> <!-- /.modal -->
{% endblock %} {% endblock %}

View File

@ -15,7 +15,7 @@
<h4>Descripiton du projet:</h4> <h4>Descripiton du projet:</h4>
<p id = "descriptionProjet">{{ project.description }}</p> <p id = "descriptionProjet">{{ project.description }}</p>
<a class="btn btn-large right" href="{{ project.download }}" download="{{ project.download }}" >Download</a> <a class="btn btn-primary right" href="{{ project.download }}" download>Download</a>
</div> </div>
</section> </section>
<section id="membre"> <section id="membre">

View File

@ -253,8 +253,8 @@ footer {
{ {
background-color:#f8f8f8; background-color:#f8f8f8;
height:10%; height:10%;
max-height:150px; max-height:160px;
min-height:150px; min-height:160px;
color:black; color:black;
} }
#contact .boxContent #contact .boxContent