|
8 | 8 | </head> |
9 | 9 | <bodydata-spy="scroll"data-target=".cpp-netlib-docs-sidebar"> |
10 | 10 | <divid="wrap"> |
11 | | -<divclass="navbar navbar-fixed-top navbar-inverse cpp-netlib-navbar"> |
12 | | -<divclass="container"> |
13 | | -<ulclass="nav"> |
14 | | -<liclass="active"><aclass="brand"href="#">cpp-netlib</a></li> |
15 | | -<li><ahref="process.html">Development Process</a></li> |
16 | | -<li><ahref="style-guide.html">Style Guide</a></li> |
17 | | -<li><ahref="proposals.html">Proposals</a></li> |
18 | | -</ul> |
| 11 | +<navclass="navbar navbar-fixed-top navbar-inverse cpp-netlib-navbar" |
| 12 | +role="navigation"> |
| 13 | +<divclass="navbar-header"> |
| 14 | +<aclass="navbar-brand"href="#">cpp-netlib</a> |
19 | 15 | </div> |
20 | | -</div> |
21 | | -<headerclass="jumbotron subhead"> |
22 | | -<divclass="container"> |
23 | | -<h1>The C++ Network Library Project</h1> |
24 | | -<pclass="lead">A collection of open-source libraries for high level network programming.</p> |
| 16 | +<div> |
| 17 | +<ulclass="nav navbar-nav"> |
| 18 | +<liclass="active"><ahref="index.html">Home</a></li> |
| 19 | +<li><ahref="process.html">Development Process</a></li> |
| 20 | +<li><ahref="style-guide.html">Style Guide</a></li> |
| 21 | +<li><ahref="proposals.html">Proposals</a></li> |
| 22 | +</ul> |
25 | 23 | </div> |
| 24 | +</nav> |
| 25 | +<headerclass="jumbotron subhead"> |
| 26 | +<h1>The C++ Network Library Project</h1> |
| 27 | +<pclass="lead">A collection of open-source libraries for high level network programming.</p> |
26 | 28 | </header> |
27 | 29 | <divclass="container"> |
28 | 30 | <divclass="row"> |
@@ -77,7 +79,7 @@ <h1>Download</h1> |
77 | 79 | <divclass="col-md-4"> |
78 | 80 | <a |
79 | 81 | href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.10.1/cpp-netlib-0.10.1.tar.bz2" |
80 | | -class="btn btn-primary btn-large">0.10.1 (tar.bz2)<br> |
| 82 | +class="btn btn-primary btn-large btn-block">0.10.1 (tar.bz2)<br> |
81 | 83 | <smallclass="muted">ce191ca1fc1b69d8122015d442281aca</small> |
82 | 84 | </a> |
83 | 85 | </div> |
|