Skip to content

Commit

Permalink
[#589] Make Footer Flush with Bottom of Page
Browse files Browse the repository at this point in the history
Closes #589
  • Loading branch information
prikhi committed Jun 8, 2015
1 parent 928017f commit 2877c74
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
13 changes: 13 additions & 0 deletions fec/core/static/css/fec.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,24 @@ form#site-search div.form-group {
/* Footer */


/* Make the footer flush with the bottom of the rendered page */
body {
display: table;
width: 100%;
}
footer {
display: table-row;
height: 1px;
}

/* Remove Bottom Margin from Community Spotlight Profile Image */
div#footer-community-spotlight img {
margin-bottom: 0px;
}

/* Make the FIC Logo a separate block from it's surrounding text */
a#fic-link { display: block; }



/* Home Page */
Expand Down
3 changes: 0 additions & 3 deletions fec/core/static/less/fec.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
}
}

/* Make the FIC Logo a separate block from it's surrounding text */
a#fic-link { display: block; }


/* Community Customizations */

Expand Down

0 comments on commit 2877c74

Please sign in to comment.