Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
Fix css selector for code leaking into the sunburst code prettifier rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Nov 25, 2016
1 parent 0d4aab2 commit c4d7169
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions styles/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,13 @@ a:visited {
padding-left:4em;
}

code{
:not(pre) > code {
background-color: #f2f2f2;
}

code {
font-family: courier;
font-size: small;
background-color: #f2f2f2;
}

.shell{
Expand Down

0 comments on commit c4d7169

Please sign in to comment.