This commit is contained in:
Bechi 2014-01-21 14:58:04 -03:00
parent 590acff915
commit f96d0e0033
2 changed files with 13 additions and 4 deletions

View File

@ -223,12 +223,21 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
/* Set the fixed height of the footer here */
#footer {
height: 44px;
background-color: #8DC429;
border-top: 4px solid #64920F;
height: 51px;
background-color: #373D42;
border-top: 4px solid #656E76;
color: #fff;
}
#footer .insight {
font-size: 20px;
text-decoration: none;
}
.line-footer {
border-top: 2px dashed #ccc;
}
.line-bot {
padding: 0 0 10px 0;
margin-bottom: 10px;

View File

@ -1,3 +1,3 @@
<div class="container">
<p class="text-center text-muted"><a href="/">Insight</a></p>
<a class="insight m10v pull-right" href="/"><small>Insight</small></a>
</div>