Skip to content

Instantly share code, notes, and snippets.

@samstarling
Created March 12, 2012 13:41
Show Gist options
  • Save samstarling/2021982 to your computer and use it in GitHub Desktop.
Save samstarling/2021982 to your computer and use it in GitHub Desktop.
@-moz-document domain("ci-app.int.bbc.co.uk") {
#navig, table#viewList, table#header, td#side-panel {
display: none;
}
}
@-moz-document domain("confluence.dev.bbc.co.uk") {
.menuminwidth0, .page-metadata, .ajs-menu-bar {
display: none !important;
}
h2 {
margin: 20px 0 0 0 !important;
padding: 0 !important;
}
h1#title-heading.pagetitle {
margin: 0 !important;
padding: 0 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment