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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorShea Polansky <shea@polansky.co>2020-04-13 14:11:03 +0300
committerGitHub <noreply@github.com>2020-04-13 14:11:03 +0300
commit0493ee48a7e52581c4fff2f0cb17741d7a1fdcd5 (patch)
treed2daf8534c339d6915294142a2ab0e41095ba58d /assets
parent1d5c8d2d2851292ede2f03611ae8f8d85596ae55 (diff)
Fix list element styling (#201)
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_base.sass13
1 files changed, 11 insertions, 2 deletions
diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass
index 4b555f9..6e36bc4 100644
--- a/assets/sass/_base.sass
+++ b/assets/sass/_base.sass
@@ -205,12 +205,21 @@ pre
ul
margin-bottom: 1.25rem
margin-left: 1.5em
- list-style: none
+ list-style: disc
+ ul ul
+ margin-bottom: 0
li
- list-style-type: disc
margin-left: 1.5em
list-style-position: outside
padding-left: 1em
+ ol
+ margin-bottom: 1.25rem
+ margin-left: 1.5em
+ ol ol
+ list-style-type: lower-alpha
+ margin-bottom: 0
+ ol ol ol
+ list-style-type: lower-roman
em
font-style: italic
strong