Sha256: 7870ed6dd929a62a0c21d1b71a5b2bbe8faf09e638e472ad5db963f9cc837c72

Contents?: true

Size: 1.94 KB

Versions: 2

Compression:

Stored size: 1.94 KB

Contents

# Twitter Bootstrap CSS for Rails 3
Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.
css-bootstrap-rails project integrates Bootstrap CSS toolkit for Rails 3 projects

## Rails 3.1
Include Bootstrap in Gemfile,

    gem 'css-bootstrap-rails'

and add bootstrap in manifest file css file. Add into application.css

    *= require bootstrap

to use the bootstrap javascript add the ones you want to application.js

    //= require bootstrap/alerts
    //= require bootstrap/dropdown
    //= require bootstrap/modal
    //= require bootstrap/popover
    //= require bootstrap/scrollspy
    //= require bootstrap/tabs
    //= require bootstrap/twipsy

## Thanks
Thanks Twitter for Bootstrap
http://twitter.github.com/bootstrap

##License

Copyright (c) 2011 Arun Agrawal

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

##Credits

Arun Agrawal: arunagw at gmail dot com

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
css-bootstrap-rails-0.0.6 README.md
css-bootstrap-rails-0.0.5 README.md