Fix regression for default.html
This commit is contained in:
parent
2cede713b1
commit
031faeece5
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ html {
|
|||
|
||||
body { margin-bottom: 150px; }
|
||||
|
||||
footer {
|
||||
footer.footer {
|
||||
background-color: $background-grey;
|
||||
border-top: 1px solid $border-grey;
|
||||
bottom: 0;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%footer
|
||||
%footer.footer
|
||||
.container
|
||||
.pull-left
|
||||
.powered-by-diaspora
|
||||
|
|
|
|||
Loading…
Reference in a new issue