Skip to content

Commit c184ec9

Browse files
committed
Update vp-doc.css
2.5rem padding for OL list, to have it visually more common Add: ul-ul circle ul-ul-ul square
1 parent 0f82ac5 commit c184ec9

File tree

1 file changed

+9
-1
lines changed
  • src/client/theme-default/styles/components

1 file changed

+9
-1
lines changed

src/client/theme-default/styles/components/vp-doc.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,22 @@
115115

116116
.vp-doc ul,
117117
.vp-doc ol {
118-
padding-left: 1.25rem;
118+
padding-left: 2.5rem;
119119
margin: 16px 0;
120120
}
121121

122122
.vp-doc ul {
123123
list-style: disc;
124124
}
125125

126+
.vp-doc ul ul {
127+
list-style: circle;
128+
}
129+
130+
.vp-doc ul ul ul {
131+
list-style: square;
132+
}
133+
126134
.vp-doc ol {
127135
list-style: decimal;
128136
}

0 commit comments

Comments
 (0)