Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@users.noreply.github.com>2021-09-15 17:13:08 +0300
committerGitHub <noreply@github.com>2021-09-15 17:13:08 +0300
commit7c2ba9fa39e0945e3d271203b72b76cd9991883a (patch)
tree4d439db94b803596e624289700374353d8835fe5
parent143b350b9bbb1851d428ecd04ec89559b759584d (diff)
Use consistent indentation in src/sass/_theme_rst.sass (#1234)
-rw-r--r--src/sass/_theme_rst.sass10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sass/_theme_rst.sass b/src/sass/_theme_rst.sass
index 372d318..c77ef72 100644
--- a/src/sass/_theme_rst.sass
+++ b/src/sass/_theme_rst.sass
@@ -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