Skip to content

Commit

Permalink
Trim trailing spaces and convert tabs to spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 11, 2014
1 parent 43d0149 commit fbba315
Show file tree
Hide file tree
Showing 38 changed files with 1,620 additions and 1,620 deletions.
256 changes: 128 additions & 128 deletions 2/amelia/index.html

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions 2/cerulean/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h3>Example addresses</h3>
</div>

</div>

<div class="row">
<div class="span6">
<blockquote>
Expand Down Expand Up @@ -305,8 +305,8 @@ <h1>Buttons</h1>
<th>Large Button</th>
<th>Small Button</th>
<th>Disabled Button</th>
<th>Button with Icon</th>
<th>Split Button</th>
<th>Button with Icon</th>
<th>Split Button</th>
</tr>
</thead>
<tbody>
Expand All @@ -316,7 +316,7 @@ <h1>Buttons</h1>
<td><a class="btn btn-small" href="#">Default</a></td>
<td><a class="btn disabled" href="#">Default</a></td>
<td><a class="btn" href="#"><i class="icon-cog"></i> Default</a></td>
<td>
<td>
<div class="btn-group">
<a class="btn" href="#">Default</a>
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
Expand All @@ -328,15 +328,15 @@ <h1>Buttons</h1>
<li><a href="#">Separated link</a></li>
</ul>
</div><!-- /btn-group -->
</td>
</td>
</tr>
<tr>
<td><a class="btn btn-primary" href="#">Primary</a></td>
<td><a class="btn btn-primary btn-large" href="#">Primary</a></td>
<td><a class="btn btn-primary btn-small" href="#">Primary</a></td>
<td><a class="btn btn-primary disabled" href="#">Primary</a></td>
<td><a class="btn btn-primary" href="#"><i class="icon-shopping-cart icon-white"></i> Primary</a></td>
<td>
<td>
<div class="btn-group">
<a class="btn btn-primary" href="#">Primary</a>
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
Expand All @@ -348,15 +348,15 @@ <h1>Buttons</h1>
<li><a href="#">Separated link</a></li>
</ul>
</div><!-- /btn-group -->
</td>
</td>
</tr>
<tr>
<td><a class="btn btn-info" href="#">Info</a></td>
<td><a class="btn btn-info btn-large" href="#">Info</a></td>
<td><a class="btn btn-info btn-small" href="#">Info</a></td>
<td><a class="btn btn-info disabled" href="#">Info</a></td>
<td><a class="btn btn-info" href="#"><i class="icon-exclamation-sign icon-white"></i> Info</a></td>
<td>
<td>
<div class="btn-group">
<a class="btn btn-info" href="#">Info</a>
<a class="btn btn-info dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
Expand All @@ -368,15 +368,15 @@ <h1>Buttons</h1>
<li><a href="#">Separated link</a></li>
</ul>
</div><!-- /btn-group -->
</td>
</td>
</tr>
<tr>
<td><a class="btn btn-success" href="#">Success</a></td>
<td><a class="btn btn-success btn-large" href="#">Success</a></td>
<td><a class="btn btn-success btn-small" href="#">Success</a></td>
<td><a class="btn btn-success disabled" href="#">Success</a></td>
<td><a class="btn btn-success" href="#"><i class="icon-ok icon-white"></i> Success</a></td>
<td>
<td>
<div class="btn-group">
<a class="btn btn-success" href="#">Success</a>
<a class="btn btn-success dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
Expand All @@ -388,15 +388,15 @@ <h1>Buttons</h1>
<li><a href="#">Separated link</a></li>
</ul>
</div><!-- /btn-group -->
</td>
</td>
</tr>
<tr>
<td><a class="btn btn-warning" href="#">Warning</a></td>
<td><a class="btn btn-warning btn-large" href="#">Warning</a></td>
<td><a class="btn btn-warning btn-small" href="#">Warning</a></td>
<td><a class="btn btn-warning disabled" href="#">Warning</a></td>
<td><a class="btn btn-warning" href="#"><i class="icon-warning-sign icon-white"></i> Warning</a></td>
<td>
<td>
<div class="btn-group">
<a class="btn btn-warning" href="#">Warning</a>
<a class="btn btn-warning dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
Expand All @@ -408,15 +408,15 @@ <h1>Buttons</h1>
<li><a href="#">Separated link</a></li>
</ul>
</div><!-- /btn-group -->
</td>
</td>
</tr>
<tr>
<td><a class="btn btn-danger" href="#">Danger</a></td>
<td><a class="btn btn-danger btn-large" href="#">Danger</a></td>
<td><a class="btn btn-danger btn-small" href="#">Danger</a></td>
<td><a class="btn btn-danger disabled" href="#">Danger</a></td>
<td><a class="btn btn-danger" href="#"><i class="icon-remove icon-white"></i> Danger</a></td>
<td>
<td>
<div class="btn-group">
<a class="btn btn-danger" href="#">Danger</a>
<a class="btn btn-danger dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
Expand All @@ -428,15 +428,15 @@ <h1>Buttons</h1>
<li><a href="#">Separated link</a></li>
</ul>
</div><!-- /btn-group -->
</td>
</td>
</tr>
<tr>
<td><a class="btn btn-inverse" href="#">Inverse</a></td>
<td><a class="btn btn-inverse btn-large" href="#">Inverse</a></td>
<td><a class="btn btn-inverse btn-small" href="#">Inverse</a></td>
<td><a class="btn btn-inverse disabled" href="#">Inverse</a></td>
<td><a class="btn btn-inverse" href="#"><i class="icon-random icon-white"></i> Inverse</a></td>
<td>
<td>
<div class="btn-group">
<a class="btn btn-inverse" href="#">Inverse</a>
<a class="btn btn-inverse dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
Expand All @@ -448,7 +448,7 @@ <h1>Buttons</h1>
<li><a href="#">Separated link</a></li>
</ul>
</div><!-- /btn-group -->
</td>
</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -611,7 +611,7 @@ <h1>Forms</h1>
<div class="page-header">
<h1>Tables</h1>
</div>

<table class="table table-bordered table-striped table-hover">
<thead>
<tr>
Expand Down Expand Up @@ -686,15 +686,15 @@ <h3 id="pagination">Pagination</h3>
</ul>
</div>
</div>

<div class="span4">
<h3 id="pager">Pagers</h3>

<ul class="pager">
<li><a href="#">Previous</a></li>
<li><a href="#">Next</a></li>
</ul>

<ul class="pager">
<li class="previous disabled"><a href="#">&larr; Older</a></li>
<li class="next"><a href="#">Newer &rarr;</a></li>
Expand Down Expand Up @@ -728,7 +728,7 @@ <h3 id="tabs">Tabs</h3>
</div>
</div>
</div> <!-- /tabbable -->

</div>
<div class="span4">
<h3 id="pills">Pills</h3>
Expand All @@ -748,11 +748,11 @@ <h3 id="pills">Pills</h3>
<li class="disabled"><a href="#">Disabled link</a></li>
</ul>
</div>

<div class="span4">

<h3 id="list">Lists</h3>

<div class="well" style="padding: 8px 0;">
<ul class="nav nav-list">
<li class="nav-header">List header</li>
Expand Down Expand Up @@ -874,7 +874,7 @@ <h4 class="alert-heading">Alert block</h4>
<a href="https://twitter.com/thomashpark">Twitter</a>
<a href="https://github.com/thomaspark/bootswatch/">GitHub</a>
<a rel="tooltip" href="javascript:(function(e,a,g,h,f,c,b,d)%7Bif(!(f%3De.jQuery)%7C%7Cg%3Ef.fn.jquery%7C%7Ch(f))%7Bc%3Da.createElement(%22script%22)%3Bc.type%3D%22text/javascript%22%3Bc.src%3D%22http://ajax.googleapis.com/ajax/libs/jquery/%22%2Bg%2B%22/jquery.min.js%22%3Bc.onload%3Dc.onreadystatechange%3Dfunction()%7Bif(!b%26%26(!(d%3Dthis.readyState)%7C%7Cd%3D%3D%22loaded%22%7C%7Cd%3D%3D%22complete%22))%7Bh((f%3De.jQuery).noConflict(1),b%3D1)%3Bf(c).remove()%7D%7D%3Ba.documentElement.childNodes%5B0%5D.appendChild(c)%7D%7D)(window,document,%221.3.2%22,function(%24,L)%7Bif(%24(%22.bootswatcher%22)%5B0%5D)%7B%24(%22.bootswatcher%22).remove()%7Delse%7Bvar%20%24e%3D%24(%27%3Cselect%20class%3D%22bootswatcher%22%3E%3Coption%3EAmelia%3C/option%3E%3Coption%3ECerulean%3C/option%3E%3Coption%3ECosmo%3C/option%3E%3Coption%3ECyborg%3C/option%3E%3Coption%3EJournal%3C/option%3E%3Coption%3EReadable%3C/option%3E%3Coption%3ESimplex%3C/option%3E%3Coption%3ESlate%3C/option%3E%3Coption%3ESpacelab%3C/option%3E%3Coption%3ESpruce%3C/option%3E%3Coption%3ESuperhero%3C/option%3E%3Coption%3EUnited%3C/option%3E%3C/select%3E%27)%3Bvar%20l%3D1%2BMath.floor(Math.random()*%24e.children().length)%3B%24e.css(%7B%22z-index%22:%2299999%22,position:%22fixed%22,top:%225px%22,right:%225px%22,opacity:%220.5%22%7D).hover(function()%7B%24(this).css(%22opacity%22,%221%22)%7D,function()%7B%24(this).css(%22opacity%22,%220.5%22)%7D).change(function()%7Bif(!%24(%22link.bootswatcher%22)%5B0%5D)%7B%24(%22head%22).append(%27%3Clink%20rel%3D%22stylesheet%22%20class%3D%22bootswatcher%22%3E%27)%7D%24(%22link.bootswatcher%22).attr(%22href%22,%22http://bootswatch.com/%22%2B%24(this).find(%22:selected%22).text().toLowerCase()%2B%22/bootstrap.min.css%22)%7D).find(%22option:nth-child(%22%2Bl%2B%22)%22).attr(%22selected%22,%22selected%22).end().trigger(%22change%22)%3B%24(%22body%22).append(%24e)%7D%3B%7D)%3B" title="Drag to your bookmarks bar">Bookmarklet</a>
<a href="https://github.com/thomaspark/bootswatch/tree/gh-pages/swatchmaker">Swatchmaker</a>
<a href="https://github.com/thomaspark/bootswatch/tree/gh-pages/2/swatchmaker">Swatchmaker</a>
<a href="http://news.bootswatch.com/post/22193315172/bootswatch-api">API</a>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F22JEM3Q78JC2">Donate</a>
</div>
Expand Down
Loading

0 comments on commit fbba315

Please sign in to comment.