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

Commit

Permalink
Merge pull request #1399 from zunaid321/tablet-white
Browse files Browse the repository at this point in the history
Tablet background colour should be white under footer (bug 1175918)
  • Loading branch information
ngokevin committed Jul 20, 2015
2 parents bbc9268 + 7f52f27 commit 3baac75
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 3baac75

Please sign in to comment.