1. Improved responsive navigation styling when email subscription is present

2. Refactored subscription styling to be more DRY
3. Added an image for email subscriptions
4. Added assets directory to the gitignore for stashing working files
5. Improved gem list in the Gemfile
This commit is contained in:
Brandon Mathis 2011-06-11 15:23:54 -04:00
parent 14ba4cfd3c
commit 814be44c15
8 changed files with 64 additions and 26 deletions

View file

@ -7,3 +7,4 @@ gem 'RedCloth'
gem 'haml', '>= 3.1'
gem 'compass', '>= 0.11'
gem 'rubypants'
gem 'rb-fsevent'