[#427] Fixed styles on footer.

This commit is contained in:
Sol Villar 2015-03-05 11:14:00 -03:00
parent abcd44e303
commit 78216941e2
2 changed files with 10 additions and 8 deletions

View File

@ -79,7 +79,7 @@
{{content}}
<section class="footer">
<section class="recline-footer">
<div class="container">
<div class="row">
<div class="col-md-3">

View File

@ -190,12 +190,12 @@ section {
Footer
--------------------------------------------------- */
.footer {
.recline-footer {
background-color:#040404;
color:#CCC;
margin-top: 30px;
}
.footer:before {
.recline-footer:before {
content: " ";
height:14px;
display:block;
@ -204,18 +204,20 @@ section {
background-position: center -100px;
margin-top:-34px;
}
.footer:after {
.recline-footer:after {
display:none;
}
.footer .row {
.recline-footer .row {
margin-top:15px;
margin-bottom:15px;
}
.footer a {
.recline-footer a {
color:#CCC;
}
.footer a.btn {
color:#333333;
.recline-footer a.btn,
.recline-footer a.btn:hover {
padding: 0px;
font-weight: bold;
}
.tutorials .well {