Skip to content

Commit 5614508

Browse files
committed
Switched toggle section back to a basic float.
1 parent ad0e0f5 commit 5614508

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

templates/bootstrap.hbs

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,9 @@
5959

6060
<div class="container">
6161

62-
<div class="row page-header">
62+
<div class="page-header">
6363

64-
<div class="col-md-9">
65-
66-
<h1>{{title}}{{#if description}} <small>{{description}}</small>{{/if}}</h1>
67-
68-
</div>
69-
70-
<div class="col-md-3 hidden-sm hidden-xs">
64+
<div class="pull-right hidden-sm hidden-xs">
7165

7266
<div>
7367
<label>
@@ -84,6 +78,8 @@
8478

8579
</div>
8680

81+
<h1>{{title}}{{#if description}} <small>{{description}}</small>{{/if}}</h1>
82+
8783
</div>
8884

8985
<div class="row">

0 commit comments

Comments
 (0)