Skip to content

Commit 5ea33b2

Browse files
committed
Trial remedy for index.html
1 parent 459c122 commit 5ea33b2

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

index.html

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,23 @@
88
</head>
99
<body data-spy="scroll" data-target=".cpp-netlib-docs-sidebar">
1010
<div id="wrap">
11-
<div class="navbar navbar-fixed-top navbar-inverse cpp-netlib-navbar">
12-
<div class="container">
13-
<ul class="nav">
14-
<li class="active"><a class="brand" href="#">cpp-netlib</a></li>
15-
<li><a href="process.html">Development Process</a></li>
16-
<li><a href="style-guide.html">Style Guide</a></li>
17-
<li><a href="proposals.html">Proposals</a></li>
18-
</ul>
11+
<nav class="navbar navbar-fixed-top navbar-inverse cpp-netlib-navbar"
12+
role="navigation">
13+
<div class="navbar-header">
14+
<a class="navbar-brand" href="#">cpp-netlib</a>
1915
</div>
20-
</div>
21-
<header class="jumbotron subhead">
22-
<div class="container">
23-
<h1>The C++ Network Library Project</h1>
24-
<p class="lead">A collection of open-source libraries for high level network programming.</p>
16+
<div>
17+
<ul class="nav navbar-nav">
18+
<li class="active"><a href="index.html">Home</a></li>
19+
<li><a href="process.html">Development Process</a></li>
20+
<li><a href="style-guide.html">Style Guide</a></li>
21+
<li><a href="proposals.html">Proposals</a></li>
22+
</ul>
2523
</div>
24+
</nav>
25+
<header class="jumbotron subhead">
26+
<h1>The C++ Network Library Project</h1>
27+
<p class="lead">A collection of open-source libraries for high level network programming.</p>
2628
</header>
2729
<div class="container">
2830
<div class="row">
@@ -77,7 +79,7 @@ <h1>Download</h1>
7779
<div class="col-md-4">
7880
<a
7981
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>
8183
<small class="muted">ce191ca1fc1b69d8122015d442281aca</small>
8284
</a>
8385
</div>

0 commit comments

Comments
 (0)