Skip to content

Commit

Permalink
Merge branch 'styles-compatible' into new-style
Browse files Browse the repository at this point in the history
  • Loading branch information
Raniere Silva committed Apr 25, 2015
2 parents b42f539 + e752fad commit 381ddab
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions css/swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,22 @@ class. */
padding-right: 10px;
}

/* Make the CSS compatible with Pandoc <= 1.13.2 and Pandoc > 1.14. */
h1.panel,
h2.panel,
h3.panel,
h4.panel,
h5.panel,
h6.panel {
margin-top: 0px;
margin-bottom: 0px;
border: 0px;
color: inherit;
background-color: inherit;
background-image: inherit;
box-shadow: none;
}

/* Comments in code. */
.comment {
color: purple;
Expand Down

0 comments on commit 381ddab

Please sign in to comment.