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

Commit

Permalink
[#194] Fix syntax highlighting on unit testing FAQ page (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and acjh committed Dec 6, 2016
1 parent 6dd6daf commit c6f8f1d
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 c6f8f1d

Please sign in to comment.