Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Tablet background colour should be white under footer (bug 1175918)
Browse files Browse the repository at this point in the history
  • Loading branch information
zunaid321 committed Jul 18, 2015
1 parent f5236a9 commit 7f52f27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/media/css/site.styl
Original file line number Diff line number Diff line change
Expand Up @@ -283,15 +283,15 @@ a:active {
.hide-on-tablet {
display: none !important;
}
html {
background: $white;
}
}

@media $base-desktop {
.hide-on-desktop {
display: none !important;
}
html {
background: $white;
}
#page {
padding-top: 18px;
}
Expand Down

0 comments on commit 7f52f27

Please sign in to comment.