Skip to content

Instantly share code, notes, and snippets.

@jsfeng
Created April 5, 2012 18:24
Show Gist options
  • Save jsfeng/2313045 to your computer and use it in GitHub Desktop.
Save jsfeng/2313045 to your computer and use it in GitHub Desktop.
Customized style for embedded gist
.gist{
margin: 15px 0 !important;
}
.gist-file{
border: none !important;
}
.gist-meta{
border: 1px solid #D2d2d2 !important;
padding: 12px !important;
width:806px !important;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
}
.gist-data{
padding: 15px !important;
border: 1px solid #D2d2d2 !important;
border-bottom: none !important;
font-size:12px !important;
width:800px !important;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment