Skip to content

Instantly share code, notes, and snippets.

@vincentdeelen
Created March 10, 2016 15:02
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 vincentdeelen/3ab004a5f609a7becd86 to your computer and use it in GitHub Desktop.
Save vincentdeelen/3ab004a5f609a7becd86 to your computer and use it in GitHub Desktop.
CSS
section#knockoutSection{
background:#f8f8f8;
}
nav{
background:#e8e8e8;
padding:10px;
margin: 0px;
}
nav ul{
margin: 0px;
}
nav li{
display: inline;
padding: 10px;
border: solid;
border-width: 1px 1px 0 1px;
}
nav li.selected{
font-weight: bold;
background:#f8f8f8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment