Skip to content

Commit

Permalink
fix css for gist layout correction
Browse files Browse the repository at this point in the history
  • Loading branch information
cseydel committed Aug 19, 2013
1 parent a31c33e commit d499b93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sass/parts/_syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ figure.code{
background: none;
border: none;
pre{
font: 0.9em $font-mono;
line-height: 1.5;
font: $font-mono;
line-height: inherit;
text-align: left;
}
}
.gist-meta{
Expand Down

0 comments on commit d499b93

Please # to comment.