Skip to content

Commit

Permalink
Use consistent indentation in src/sass/_theme_rst.sass (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Sep 15, 2021
1 parent 143b350 commit 7c2ba9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/sass/_theme_rst.sass
Expand Up @@ -106,11 +106,11 @@
pointer-events: none

span.linenos
display: inline-block
padding-left: 0px
padding-right: ($base-line-height / 2)
margin-right: ($base-line-height / 2)
border-right: 1px solid lighten($table-border-color, 2%)
display: inline-block
padding-left: 0px
padding-right: ($base-line-height / 2)
margin-right: ($base-line-height / 2)
border-right: 1px solid lighten($table-border-color, 2%)

.code-block-caption
font-style: italic
Expand Down

0 comments on commit 7c2ba9f

Please sign in to comment.