Skip to content

Instantly share code, notes, and snippets.

@danielbouman
Created June 20, 2012 10:02
Show Gist options
  • Save danielbouman/2959173 to your computer and use it in GitHub Desktop.
Save danielbouman/2959173 to your computer and use it in GitHub Desktop.
Marlies Hanse
div#content {
width: 942px;
background: url("images/content_bg.jpg") no-repeat 0 0;
padding: 76px 38px 33px 38px;
overflow: hidden;
overflow: hidden;
}
/* Vervangen door: */
div#content {
width: 942px;
background: #F7F6F3 url("images/content_bg.jpg") no-repeat 0 0;
padding: 76px 38px 33px 38px;
overflow: hidden;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment