diff options
author | Xavier Noria <fxn@hashref.com> | 2011-08-17 02:37:50 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-17 02:37:50 -0700 |
commit | 5912f3f97e05862958f6b5383586a791491cdf6e (patch) | |
tree | 7236834f021c99e4a5dbfb0e2db4d1538f5920d4 /railties/lib | |
parent | 22e611ed5b0a708d17ef2e7574bcdf2edf2db01b (diff) | |
parent | 3ebb322f2180e8b9dada05706172f75d185923d2 (diff) | |
download | rails-5912f3f97e05862958f6b5383586a791491cdf6e.tar.gz rails-5912f3f97e05862958f6b5383586a791491cdf6e.tar.bz2 rails-5912f3f97e05862958f6b5383586a791491cdf6e.zip |
Merge pull request #2551 from rgo/remove-blank-spaces-application-css
Cleanup application.css
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css b/railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css index 9e07c7d9a9..3b5cc6648e 100644 --- a/railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css +++ b/railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css @@ -4,10 +4,10 @@ * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. - * + * * 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. * *= require_self - *= require_tree . -*/
\ No newline at end of file + *= require_tree . +*/ |