Skip to content

Commit 4559a9e

Browse files
committed
Fixing the URLs in the CSS, adding markers for sidebar lists.
1 parent 36b85b9 commit 4559a9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
@import url(reset-fonts-grids.css);
1+
@import url('reset-fonts-grids.css');
22

3-
html, body {background-image: url(./orange-background.jpg); background-repeat:no-repeat; background-position:left top; background-attachment:fixed; background-color:black}
3+
html, body {background-image: url('./orange-background.jpg'); background-repeat:no-repeat; background-position:left top; background-attachment:fixed; background-color:black}
44
body {font:12pt sans-serif; color:black}
55
#custom-doc { width:80%;*width:720px; min-width:720px; max-width:960px; margin:auto; text-align:left; padding-top:16px; margin-top:0}
66
#hd { padding: 4px 0 12px 0}
@@ -43,7 +43,7 @@ a.reference em { color: #FF9955;font-style:normal;font-weight:bold;}
4343
#sidebar h3, #sidebar h4 { color: #487858; font-size: 125%}
4444
#sidebar a { color: #8B4513}
4545
#sidebar ul ul { margin-top:0; margin-bottom:0}
46-
#sidebar li { margin-top: 0.2em; margin-bottom: 0.2em}
46+
#sidebar li { margin-top: 0.2em; margin-bottom: 0.2em; list-style-position: inside; list-style-type: square;}
4747

4848
/*** nav ***/
4949
div.nav { margin: 0; font-size: 12px; text-align: right; color: #487858}

0 commit comments

Comments
 (0)