[#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}} {{content}}
<section class="footer"> <section class="recline-footer">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-3"> <div class="col-md-3">

View File

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