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

Commit

Permalink
Minor fixes for syntax highlighting code
Browse files Browse the repository at this point in the history
- Add padding to `pre` elements
- Fix Gists getting cut off
  • Loading branch information
mmistakes committed Feb 2, 2016
1 parent 7afe9f6 commit 90d2787
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions _sass/_syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Syntax highlighting and formatting
========================================================================== */

pre.highlight {
padding: 1em;
}

/*
Pygments.rb and Rouge
========================================================================== */
Expand Down Expand Up @@ -115,11 +119,6 @@
GitHub Gists
========================================================================== */

//Set max height of embedded gist
.gist div {
max-height:75em;
}

//Remove extra padding
.gist table {
margin-top:0px;
Expand Down

0 comments on commit 90d2787

Please sign in to comment.