Skip to content

Commit

Permalink
Moving some things around. Adding simple usage docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwoo committed Jan 17, 2013
1 parent 58ed2ca commit fada39c
Show file tree
Hide file tree
Showing 19 changed files with 32 additions and 527 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -24,3 +24,16 @@ If you need icons, remember to include the font stylesheet.
- http://bootswatch.com/spruce/
- http://bootswatch.com/superhero/
- http://bootswatch.com/united/

## CSS

<link rel="stylesheet" type="text/css" href="bootstrapped/css/default/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="bootstrapped/css/default/bootstrap-responsive.min.css">
<link rel="stylesheet" type="text/css" href="bootstrapped/fonts/fontawesome/fontawesome.css">

## JS

<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="bootstrapped/js/jquery.min.js"%3E%3C/script%3E'))</script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.2.2/bootstrap.min.js"></script>
<script>(typeof($.fn.modal) === 'undefined') && document.write(unescape('%3Cscript src="bootstrapped/js/bootstrap.min.js"%3E%3C/script%3E'))</script>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions css/default/bootstrap.min.css

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
513 changes: 0 additions & 513 deletions default/css/bootstrap.min.css

This file was deleted.

14 changes: 0 additions & 14 deletions default/js/bootstrap.min.js

This file was deleted.

6 changes: 6 additions & 0 deletions js/bootstrap.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions js/jquery.min.js

Large diffs are not rendered by default.

0 comments on commit fada39c

Please sign in to comment.