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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/assets/stylesheets/toc.scss')
-rw-r--r--content/assets/stylesheets/toc.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/assets/stylesheets/toc.scss b/content/assets/stylesheets/toc.scss
index 86d88db1..7fb7f22b 100644
--- a/content/assets/stylesheets/toc.scss
+++ b/content/assets/stylesheets/toc.scss
@@ -1,5 +1,5 @@
---
-version: 18
+version: 19
---
@import "variables";
@@ -12,7 +12,7 @@ $nav-link-font-size: 14px;
// ToC styles
.table-of-contents {
padding: 16px 0;
- margin-top: 60px;
+ margin-top: 35px;
li {
list-style: none;
@@ -64,8 +64,8 @@ $nav-link-font-size: 14px;
@for $i from 0 to 10 {
.nav-link.toc-level-#{$i} {
padding-left: $base-nav-link-padding * ($i + .75);
- padding-top: .25rem;
- line-height: 1.25rem;
+ padding-top: 0;
+ line-height: 1rem;
}
}