diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-06-11 15:23:54 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-06-11 15:23:54 -0400 |
commit | 814be44c151088dfb90d6a01281c9206151b0a88 (patch) | |
tree | 0e74ad749c04e17576bb0770bf4fa8612769dd17 /Gemfile.lock | |
parent | 14ba4cfd3c6455d06f4aae997fda1e9ea083cdea (diff) | |
download | my_new_personal_website-814be44c151088dfb90d6a01281c9206151b0a88.tar.xz my_new_personal_website-814be44c151088dfb90d6a01281c9206151b0a88.zip |
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
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 6ec67893..faf2dd66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,6 +22,7 @@ GEM maruku (0.6.0) syntax (>= 1.0.0) rake (0.9.0) + rb-fsevent (0.4.0) rdiscount (1.6.8) rubypants (0.2.0) sass (3.1.1) @@ -36,5 +37,6 @@ DEPENDENCIES haml (>= 3.1) jekyll rake + rb-fsevent rdiscount rubypants |