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:
authorSuzanne Selhorn <sselhorn@gitlab.com>2020-10-17 00:12:32 +0300
committerCraig Norris <cnorris@gitlab.com>2020-10-17 00:12:32 +0300
commit250e52ee36922732a614e9b2bfe946dcdf76456b (patch)
tree531ac7e3fce4dcb9bc816bffa8f4b529d43940b9 /content
parent32c8615423b0f4952a6e0cf1c1c7d1a7c6b5ad2f (diff)
Made sub-lists abc, then roman numerals
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss23
1 files changed, 14 insertions, 9 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index cb5509ec..d51cf515 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -1,5 +1,5 @@
---
-version: 80
+version: 81
---
@import "variables";
@@ -301,12 +301,6 @@ h6 {
}
}
-li {
- ul {
- padding-left: 20px;
- }
-}
-
.main {
padding: $page-header-height 40px 0;
max-width: $page-content-width;
@@ -362,11 +356,22 @@ li {
margin: 0 0 1em;
}
- ul, ol {
+ ul {
margin-top: -8px 0;
margin-bottom: 0 0;
}
+ ol {
+ margin-top: -8px 0;
+ margin-bottom: 0 0;
+ ol {
+ list-style-type: lower-alpha;
+ ol {
+ list-style-type: lower-roman;
+ }
+ }
+ }
+
li {
line-height: 1.6em;
padding-bottom: 8px;
@@ -378,7 +383,7 @@ li {
ol li:first-of-type {
padding-top: 12px;
}
-
+
> ul, > ol {
margin-top: 0;
margin-bottom: 0;