Get GFM fenced code blocks working

- For simplicity remove other styles of code block examples and stick with what GitHub uses
This commit is contained in:
Michael Rose
2016-02-23 12:11:13 -05:00
parent 68e85cc7b3
commit 9cdfdb699c
2 changed files with 35 additions and 79 deletions

View File

@@ -153,7 +153,6 @@ li {
code {
@include font-rem(12);
line-height: 1.5;
white-space: nowrap;
margin: 0 2px;
padding: 0 5px;
border: 1px solid lighten($black, 90);