Skip to content

Commit

Permalink
Bower and Component install instructions everywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghinda committed Aug 24, 2013
1 parent abbf9fd commit 8b2578f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions bootstrap.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ <h1>CSS Toggle Switches</h1>

<a href="https://github.com/ghinda/css-toggle-switch/archive/gh-pages.zip" class="download-button">Download</a>

<div class="dependency-install">
<pre><code><a href="http://bower.io/">bower</a> install --save css-toggle-switch</code></pre>
<pre><code><a href="http://component.io/">component</a> install ghinda/css-toggle-switch</code></pre>
</div>

<label class="toggle well header-toggle" onclick="">
<input type="checkbox">
<span>
Expand Down
2 changes: 0 additions & 2 deletions src/docs/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,8 @@ header h1 {

.dependency-install {
clear: both;

margin-bottom: 1em;
padding-bottom: 1em;

border-bottom: 1px solid lighten($colorBg, 5%);

font-size: 150%;
Expand Down

0 comments on commit 8b2578f

Please sign in to comment.