Skip to content

Update the website. #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jan 20, 2013
Prev Previous commit
Next Next commit
Make transition more fluid.
  • Loading branch information
deanberris committed Jan 20, 2013
commit 8006d816095ec3c982a00bed958b418f4fe509be
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<style>
.affix { top: 10px; }
.affix { top: 10px; width: 110px; }
</style>
</head>
<body data-spy="scroll" data-target=".cpp-netlib-docs-sidebar">
Expand All @@ -18,7 +18,7 @@ <h1>The C++ Network Library Project</h1>
<div class="container">
<div class="row">
<div class="span2 cpp-netlib-docs-sidebar">
<ul class="nav nav-list" data-spy="affix" data-offset-top="50">
<ul class="nav nav-list" data-spy="affix" data-offset-top="100">
<li><a href="#overview">Overview</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#documentation">Documentation</a></li>
Expand Down