Skip to content

Commit

Permalink
docs(style): fix line-height of gutter (SSENSE#162)
Browse files Browse the repository at this point in the history
fix line-height of gutter  in documentation from 0.8em to 1.5em, for better looking.
  • Loading branch information
RyanLiu0235 authored and quinnlangille committed Apr 11, 2018
1 parent 1350c99 commit a120ee8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/themes/vue/source/css/_syntax.styl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.gutter pre
color #999
color: #999
line-height: 1.5em

pre
color: #525252
Expand Down Expand Up @@ -74,4 +75,4 @@ pre
.xml .vbscript,
.xml .css,
.xml .cdata
opacity: 0.5
opacity: 0.5

0 comments on commit a120ee8

Please sign in to comment.