Skip to content

Commit

Permalink
fixup! Remove footer layout
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbot committed Aug 26, 2014
1 parent 7cf66b1 commit fa79cdc
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
48 changes: 48 additions & 0 deletions assets/stylesheets/responsive/_footer_layout.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
/* Footer layout */
#footer {
@include grid-row;
border-top: 1px solid #c6c6c5;
padding-top: 10px;
margin-top: 50px;
}



#footer-nav{

@include grid-column(12);

ul{
padding: 0;
list-style: none outside none;
}

/* Three elements in footer - so a 3 element block grid */
@include respond-min( $main_menu-mobile_menu_cutoff ){
>ul {
@include block-grid(3);
font-size:0.85em;
li {
text-align: left;
}
}
/* @include ie8{
#footer-nav ul > li:nth-child(3n+1) {
padding-left: 0em;
padding-right: 1.40625em;
}
#footer-nav ul > li:nth-child(3n+2) {
padding-left: 0.46875rem;
padding-right: 0.9375rem;
}
#footer-nav ul > li:nth-child(3n) {
padding-left: 1.40625em;
padding-right: 0em;
}
}*/

img {
display: inherit;
}
}
}
2 changes: 2 additions & 0 deletions assets/stylesheets/responsive/_footer_style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* Footer */

0 comments on commit fa79cdc

Please sign in to comment.