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; }
|
body { margin-bottom: 150px; }
|
||||||
|
|
||||||
footer {
|
footer.footer {
|
||||||
background-color: $background-grey;
|
background-color: $background-grey;
|
||||||
border-top: 1px solid $border-grey;
|
border-top: 1px solid $border-grey;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
%footer
|
%footer.footer
|
||||||
.container
|
.container
|
||||||
.pull-left
|
.pull-left
|
||||||
.powered-by-diaspora
|
.powered-by-diaspora
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue