File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ ins { font-weight: bold; text-decoration: none}
89
89
90
90
/*** lists ***/
91
91
ol .arabic li { list-style-type : decimal}
92
- ul li { list-style-type : none; font-size : 14 px }
92
+ ul li { font-size : 1 em }
93
93
ol li { margin-bottom : .4em }
94
94
ul ul { padding-left : 1.2em }
95
95
ul ul ul { padding-left : 1em }
@@ -106,6 +106,7 @@ ol.toc li.b { background-color: #E0FFB8}
106
106
ol .toc li a : hover { background-color : transparent !important ; text-decoration : underline !important }
107
107
ol .toc span .release-date { color : # 487858 ; float : right; font-size : 85% ; padding-right : .5em }
108
108
ol .toc span .comment-count { font-size : 75% ; color : # 999 }
109
+ ul .simple li { list-style-type : disc; margin-left : 2em }
109
110
110
111
/*** tables ***/
111
112
table { color : # 000 ; margin-bottom : 1em ; width : 100% }
@@ -181,4 +182,5 @@ tt.py-exc.literal {
181
182
color : red;
182
183
}
183
184
185
+
184
186
tt .xref span .pre { color : green; }
You can’t perform that action at this time.
0 commit comments