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

Commit 90d2787

Browse files
committed
Minor fixes for syntax highlighting code
- Add padding to `pre` elements - Fix Gists getting cut off
1 parent 7afe9f6 commit 90d2787

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

_sass/_syntax.scss

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Syntax highlighting and formatting
33
========================================================================== */
44

5+
pre.highlight {
6+
padding: 1em;
7+
}
8+
59
/*
610
Pygments.rb and Rouge
711
========================================================================== */
@@ -115,11 +119,6 @@
115119
GitHub Gists
116120
========================================================================== */
117121

118-
//Set max height of embedded gist
119-
.gist div {
120-
max-height:75em;
121-
}
122-
123122
//Remove extra padding
124123
.gist table {
125124
margin-top:0px;

0 commit comments

Comments
 (0)