Skip to content

Commit 3f9c189

Browse files
committed
Fixing style of in-document lists.
1 parent 9b1df5c commit 3f9c189

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/network/doc/static/cpp-netlib.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ins { font-weight: bold; text-decoration: none}
8989

9090
/*** lists ***/
9191
ol.arabic li { list-style-type: decimal}
92-
ul li { list-style-type:none; font-size: 14px}
92+
ul li { font-size: 1em}
9393
ol li { margin-bottom: .4em}
9494
ul ul { padding-left:1.2em}
9595
ul ul ul { padding-left:1em}
@@ -106,6 +106,7 @@ ol.toc li.b { background-color: #E0FFB8}
106106
ol.toc li a:hover { background-color: transparent !important; text-decoration: underline !important}
107107
ol.toc span.release-date { color:#487858; float: right; font-size: 85%; padding-right: .5em}
108108
ol.toc span.comment-count { font-size: 75%; color: #999}
109+
ul.simple li { list-style-type: disc; margin-left: 2em}
109110

110111
/*** tables ***/
111112
table { color:#000; margin-bottom: 1em; width: 100%}
@@ -181,4 +182,5 @@ tt.py-exc.literal {
181182
color: red;
182183
}
183184

185+
184186
tt.xref span.pre { color: green; }

0 commit comments

Comments
 (0)