Skip to content

Instantly share code, notes, and snippets.

@peebeebee
Created May 15, 2014 10:02
Show Gist options
  • Save peebeebee/76a07b711b9da0120c76 to your computer and use it in GitHub Desktop.
Save peebeebee/76a07b711b9da0120c76 to your computer and use it in GitHub Desktop.
Help & Support Alpha version theming
.page-help-and-support {
#content-inner {
width: auto;
}
.hs-bar {
position: relative;
overflow: hidden;
}
.hs-bar-inner {
width: 1000px;
margin: 0 auto;
> img:first-child { // the background-image stuff
position: absolute;
margin: auto;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment