Skip to content

Commit ac1648b

Browse files
committed
Merge branch '0.7-devel' of github.com:mikhailberis/cpp-netlib into 0.7-devel
2 parents 2ecf0b9 + e1531a0 commit ac1648b

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

libs/network/doc/generic_message.rst

-6
This file was deleted.

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ pre {
2727

2828

2929
/*** links ***/
30-
a {text-decoration: none}
30+
a {text-decoration: none; font-weight: bold}
3131
a img {border: none}
32-
a:link, a:visited { color:#f60}
33-
#bd a:link, #bd a:visited { color:#f60; text-decoration:underline}
34-
#bd #sidebar a:link, #bd #sidebar a:visited { color:#333; text-decoration:none}
32+
a:link, a:visited { color:#800000}
33+
#bd a:link, #bd a:visited { color:#800000; text-decoration:underline}
34+
#bd #sidebar a:link, #bd #sidebar a:visited { color:#8B4513; text-decoration:none}
3535
a:hover { color:#000}
3636
#bd a:hover { background-color:#FF9955; color:black; text-decoration:none}
3737
#bd #sidebar a:hover { color:#FF9955; background:none}
@@ -41,7 +41,7 @@ a.reference em { color: #FF9955;font-style:normal;font-weight:bold;}
4141
/*** sidebar ***/
4242
#sidebar div.sphinxsidebarwrapper { font-size:92%; margin-right: 14px}
4343
#sidebar h3, #sidebar h4 { color: #487858; font-size: 125%}
44-
#sidebar a { color: #487858}
44+
#sidebar a { color: #8B4513}
4545
#sidebar ul ul { margin-top:0; margin-bottom:0}
4646
#sidebar li { margin-top: 0.2em; margin-bottom: 0.2em}
4747

libs/network/doc/techniques.rst

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ aims. This chapter describes some of those techniques.
77
.. toctree::
88
:maxdepth: 1
99

10-
generic_message.rst
1110
tag_metafunctions.rst
1211
directives.rst
1312
polymorphism.rst

0 commit comments

Comments
 (0)