Skip to content

Instantly share code, notes, and snippets.

@steinsag
Created January 15, 2013 21:22
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 steinsag/4542192 to your computer and use it in GitHub Desktop.
Save steinsag/4542192 to your computer and use it in GitHub Desktop.
Define page width, show horizontal navigation, and hide some headlines.
.container {
max-width: 980px;
}
nav h1, footer h1 {
display: none;
}
nav ul li, footer ul li {
display: inline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment