Github button CSS style. If your want use icons, use font Awesome form http://fortawesome.github.com/Font-Awesome/
Original CSS file http://github.com/necolas/css3-github-buttons
original example: http://nicolasgallagher.com/lab/css3-github-buttons/
Add this line to your application's Gemfile:
# add first font Awesome if you need it
gem 'font-awesome-rails'
gem 'github-button'
And then execute:
$ bundle
Or install it yourself as:
$ gem install github-button
Add this line to your application.css
*= require 'github-button'
for application.css.scss
@import 'github-button';
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request