Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1224 from comzeradd/ui-hotfix
Browse files Browse the repository at this point in the history
[Fix bug 1133122] Fix home grid to push footer down
  • Loading branch information
comzeradd committed Aug 19, 2015
2 parents 637018e + 5a090b6 commit a49db11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mozillians/static/mozillians/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ body#home {
padding: 0 10px 0 25px;
border-left: 1px solid lighten(@black,90%);
float: right;
margin-right: 64px;
margin-right: 60px;
margin-left: 0;
form {
margin-bottom: 20px;
Expand Down Expand Up @@ -1047,7 +1047,7 @@ body#home {
#profile-info {
.span(3);
margin: 0;
position: absolute;
position: relative;
a.profile-photo {
.rounded-image;
display:block;
Expand Down Expand Up @@ -1084,7 +1084,7 @@ body#home {
padding: 0 10px 0 25px;
border-left: 1px solid lighten(@black,90%);
float: right;
margin-right: 64px;
margin-right: 60px;
margin-left: 0;
h2 { margin: 30px 0 10px; }
h3 { font-size: 24px; }
Expand Down Expand Up @@ -2165,4 +2165,4 @@ fieldset {
ul {
margin-bottom: 5px;
}
}
}

0 comments on commit a49db11

Please sign in to comment.