help page styling

This commit is contained in:
Athou
2013-04-21 11:17:19 +02:00
parent 95bb581405
commit 3378c3c310

View File

@@ -1,12 +1,15 @@
<div>
<ul class="nav nav-tabs">
<div class="row-fluid">
<div class="span2">
<ul class="nav nav-pills nav-stacked">
<li class="active">
<a href="#about" data-toggle="tab">About</a>
<a href="#about" data-toggle="pill">About</a>
</li>
<li>
<a href="#shortcuts" data-toggle="tab">Keyboard shortcuts</a>
<a href="#shortcuts" data-toggle="pill">Keyboard shortcuts</a>
</li>
</ul>
</div>
<div class="span10">
<div class="tab-content">
<div class="tab-pane active" id="about">
<h3>CommaFeed</h3>
@@ -25,7 +28,7 @@
The documentation about the API is available <a href="api" target="_blank">here</a>.
</p>
</div>
<div class="tab-pane active" id="shortcuts">
<div class="tab-pane" id="shortcuts">
<dl class="dl-horizontal">
<dt>k, space</dt>
<dd>open next entry</dd>
@@ -44,5 +47,5 @@
</dl>
</div>
</div>
</div>
</div>