Changeset - 0e5795182000
[Not reviewed]
dev
0 2 0
Dennis Fink - 9 years ago 2015-10-23 00:29:09
dennis.fink@c3l.lu
Add some space after the footer
2 files changed with 6 insertions and 2 deletions:
0 comments (0 inline, 0 general)
ennstatus/static/css/ennstatus.css
Show inline comments
 
@@ -195,3 +195,7 @@ a, a:hover, a:active, a:visited {
 
    background-color: #00ae18;
 
    border-color: #009414;
 
}
 

	
 
footer {
 
    margin-bottom: 20px;
 
}
ennstatus/templates/base.html
Show inline comments
 
@@ -117,9 +117,9 @@
 
  {% block content %}
 
  {% endblock %}
 
  </div>
 
  <footer>
 
  <footer class="col-md-12">
 
    <hr style="margin-bottom: 0.5%;">
 
    <div class="col-md-12 text-center clearfix">
 
    <div class="text-center clearfix">
 
      <div class="pull-left">
 
        <a href="https://twitter.com/FrennVunDerEnn" target="blank">@FrennVunDerEnn</a>
 
      </div>
0 comments (0 inline, 0 general)