Skip to content

Commit

Permalink
fix website to match PR #10
Browse files Browse the repository at this point in the history
  • Loading branch information
clineamb committed Mar 25, 2016
1 parent 04e7a8a commit 7c23e3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3 id="full-page-drawer">Full Page Drawer</h3>
<pre><code class="lang-html">&lt;body class=&quot;has-drawer&quot;&gt; &lt;!-- add this class to your body for proper sizing --&gt;
&lt;div id=&quot;drawerExample&quot; class=&quot;drawer dw-xs-10 dw-sm-6 dw-md-4 fold&quot; aria-labelledby=&quot;drawerExample&quot;&gt;
&lt;div class=&quot;drawer-controls&quot;&gt;
&lt;a href=&quot;#drawerExample&quot; data-toggle=&quot;drawer&quot; href=&quot;#drawerExample&quot; aria-foldedopen=&quot;false&quot; aria-controls=&quot;drawerExample&quot; class=&quot;btn btn-primary btn-sm&quot;&gt;Menu&lt;/a&gt;
&lt;a href=&quot;#drawerExample&quot; data-toggle=&quot;drawer&quot; aria-foldedopen=&quot;false&quot; aria-controls=&quot;drawerExample&quot; class=&quot;btn btn-primary btn-sm&quot;&gt;Menu&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;drawer-contents&quot;&gt;
&lt;div class=&quot;drawer-heading&quot;&gt;
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To get a simple, full-page drawer, like the one here in the docs, simply add `.h
<body class="has-drawer"> <!-- add this class to your body for proper sizing -->
<div id="drawerExample" class="drawer dw-xs-10 dw-sm-6 dw-md-4 fold" aria-labelledby="drawerExample">
<div class="drawer-controls">
<a href="#drawerExample" data-toggle="drawer" href="#drawerExample" aria-foldedopen="false" aria-controls="drawerExample" class="btn btn-primary btn-sm">Menu</a>
<a href="#drawerExample" data-toggle="drawer" aria-foldedopen="false" aria-controls="drawerExample" class="btn btn-primary btn-sm">Menu</a>
</div>
<div class="drawer-contents">
<div class="drawer-heading">
Expand Down
2 changes: 1 addition & 1 deletion example/drawer-docs.css

Large diffs are not rendered by default.

0 comments on commit 7c23e3b

Please sign in to comment.