Skip to content

Commit ff37092

Browse files
authored
Merge pull request #2149 from Lwiel/RDoc-3481
RDoc-3481 Changed list-style of ordered lists nested in unordered lists
2 parents ca470bb + 4e7f5fa commit ff37092

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,10 @@ ul {
263263
list-style: revert;
264264
}
265265

266+
ul ol {
267+
list-style: decimal;
268+
}
269+
266270
/* Custom wrap for pre */
267271
pre {
268272
white-space: pre-wrap;

0 commit comments

Comments
 (0)