Skip to content

Instantly share code, notes, and snippets.

@hito-asa
Created September 3, 2012 07:50
Show Gist options
  • Save hito-asa/3607722 to your computer and use it in GitHub Desktop.
Save hito-asa/3607722 to your computer and use it in GitHub Desktop.
tumblr_gist
<!-- Gist CSS -->
<style type="text/css" media="screen">
.gist{
margin: 15px 0 !important;
}
.gist-file{
border: none !important;
}
.gist-meta{
border: 1px solid #D2d2d2 !important;
padding: 12px !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;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
}
.gist-line-no{
float: left;
width: 30px;
font-weight : bold;
color: grey;
-moz-user-select: none;
-webkit-user-select: none;
}
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/hkw90bf/Goylylph8/writecapture.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/hkw90bf/4j0lylphn/jquery.writecapture.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/hkw90bf/Csalymbyn/gitsembedwritecapture.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment