1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-06 06:28:33 +00:00

Fixed application.css.scss

This commit is contained in:
Jacob Cody Wimer
2014-01-22 09:25:47 -05:00
parent 626c0e234a
commit 07a9e6fc9f
3 changed files with 4 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ end
#MY GEMS #MY GEMS
gem 'devise' gem 'devise'
gem 'cancan' gem 'cancan'
gem 'bootstrap-sass', '2.3.2.0' gem 'bootstrap-sass'
# Use ActiveModel has_secure_password # Use ActiveModel has_secure_password

View File

@@ -122,7 +122,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
bootstrap-sass (= 2.3.2.0) bootstrap-sass
cancan cancan
coffee-rails (~> 4.0.0) coffee-rails (~> 4.0.0)
devise devise

View File

@@ -8,7 +8,8 @@
* You're free to add application-wide styles to this file and they'll appear at the top of the * You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope. * compiled file, but it's generally better to create a new file per style scope.
* *
*= require bootstrap
*= require_self *= require_self
*= require_tree . *= require_tree .
*/ */
@import "bootstrap";