Skip to content

Instantly share code, notes, and snippets.

@brigand
Created April 10, 2012 01:59
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 brigand/2347900 to your computer and use it in GitHub Desktop.
Save brigand/2347900 to your computer and use it in GitHub Desktop.
Inline Code Style
/* Live Demo:
http://jsbin.com/ebuhuz/2/edit#javascript,html,live */
.inlineCode {
background: #FAFAFA;
font-family: Consolas, Monospace;
border-top: 1px #EEE solid; border-bottom: 1px #EEE solid;
font-size: .8em;
padding: .2em 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment