Skip to content

Commit 3adb166

Browse files
committed
Fixing font sizes.
1 parent 74e2373 commit 3adb166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import url(reset-fonts-grids.css);
22

33
html, body {background-image: url(./background.jpg); background-repeat:no-repeat; background-position:right top; background-attachment:fixed}
4-
body {font:16px "Times New Roman", Lucida, serif; color:black}
4+
body {font:12pt "Times New Roman", Lucida, 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}
77
#bd { background:#C5D88A}
@@ -98,7 +98,7 @@ ul.toc ul { margin-left:.6em}
9898
ul.toc ul li { list-style-type:square}
9999
ul.toc ul ul li { list-style-type:disc}
100100
ul.linklist li, ul.toc li { list-style-type:none}
101-
dt { font-weight:bold; margin-top:.5em; font-size:1.1em}
101+
dt { font-weight:bold; margin-top:.5em; font-size:1em}
102102
dd { margin-bottom:.8em}
103103
ol.toc { margin-bottom: 2em}
104104
ol.toc li { font-size:125%; padding: .5em; line-height:1.2em; clear: right}

0 commit comments

Comments
 (0)