Created
June 11, 2012 14:49
-
-
Save zvineyard/2910428 to your computer and use it in GitHub Desktop.
CSS: Markdown Default
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#md * { | |
margin:0; | |
padding:0; | |
} | |
#md { | |
color:#333; | |
font-family:arial,sans-serif; | |
font-size:0.8em; | |
padding:30px; | |
width:auto; | |
} | |
#md a { | |
color:#09c; | |
} | |
#md a:hover { | |
text-decoration:none; | |
} | |
#md code { | |
background:#e3e3e3; | |
border:1px solid #ccc; | |
border-radius:5px; | |
display:block; | |
margin:0 0 15px 0; | |
padding:15px; | |
width:auto; | |
} | |
#md h1 { | |
border-bottom:1px dotted #ccc; | |
font-size:1.7em; | |
margin:0 0 15px 0; | |
padding:0 0 15px 0; | |
} | |
#md h2 { | |
font-size:1.2em; | |
margin:0 0 15px 0; | |
padding:15px 0 0 0; | |
} | |
#md img { | |
border:none; | |
} | |
#md p { | |
margin:0 0 15px 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment