Skip to content

Instantly share code, notes, and snippets.

@justjkk
Created July 9, 2010 16:16
Show Gist options
  • Save justjkk/469660 to your computer and use it in GitHub Desktop.
Save justjkk/469660 to your computer and use it in GitHub Desktop.
'Lost & Found' for css
pre {
margin-left: 2em;
background-color: #f8f8ff;
font-size: 11px;
padding: 3px 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*display: inline;
*vertical-align: auto;
border-style: solid;
border-width: 1px;
border-color: #b1ad9b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment