Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

Commit

Permalink
Merge pull request #221 from facelessuser/master
Browse files Browse the repository at this point in the history
Do not pad code tags under pre tags
  • Loading branch information
facelessuser committed Jul 13, 2014
2 parents d2b614a + 919aba5 commit 4475881
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,8 @@ pre {
padding: 10px;
}

pre code { border: 0 }

code { padding: 0 3px 0 3px; }
pre code { border: 0; padding: 0; }

/* Admonition */
div.admonition {
Expand Down

0 comments on commit 4475881

Please sign in to comment.