Skip to content

Instantly share code, notes, and snippets.

@mrmrs
Created May 26, 2015 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrmrs/b5cc5fd97287dda07be1 to your computer and use it in GitHub Desktop.
Save mrmrs/b5cc5fd97287dda07be1 to your computer and use it in GitHub Desktop.
single purpose rulests from apple.com to set display: none on elements
/* APPLE */
#globalheader .gh-tab-search.enhance .gh-search,
#globalheader .gh-tab-search.enhance.active .gh-search {
display: none;
}
.directorynav>.column input {
display: none;
}
#globalheader {
display: none;
}
.icon-before:after,
.breadcrumbs-list>li:after {
display: none;
}
.page-home .banner-copy .break {
display: none;
}
#globalheader .gh-tab-search.enhance a.gh-search-magnify {
display: none;
}
.breadcrumbs-list>li:first-child:before {
display: none;
}
#globalheader,
#globalfooter,
#directorynav,
#tabs,
.noprint,
.hide {
display: none;
}
#globalheader .gh-nav-list .gh-tab.gh-tab-apple {
display: none;
}
.page-home .paddlenav,
.page-home .dotnav {
display: none;
}
#globalheader .gh-tab-search.enhance .gh-search {
display: none;
}
html.touch .page-home .paddlenav {
display: none;
}
#globalheader .gh-nav-list: after {
display: none;
}
#globalheader.gh-oldie .gh-tab-search.enhance.active .gh-search-reset {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment