Skip to content

Commit

Permalink
give the sidebar some margin
Browse files Browse the repository at this point in the history
  • Loading branch information
DonSchado committed Feb 26, 2013
1 parent 061435b commit 866c983
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "omniauth"
gem "omniauth-twitter"
gem 'haml'
gem 'heroku'

gem 'psych'

group :development, :test do
gem 'rspec-rails'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ GEM
pry-debugger (0.2.1)
debugger (~> 1.2.0)
pry (~> 0.9.10)
psych (1.3.4)
quiet_assets (1.0.1)
railties (~> 3.1)
rack (1.4.5)
Expand Down Expand Up @@ -238,6 +239,7 @@ DEPENDENCIES
omniauth-twitter
pg
pry-debugger
psych
quiet_assets
rails (~> 3.2.12)
rspec-rails
Expand Down
3 changes: 3 additions & 0 deletions app/assets/stylesheets/application.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@

.football
width: 20px

.sidebar
margin-top: 50px
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
.row
.main.span10
= yield
.sidebar.span2
= render "users/list"
.span2
.sidebar= render "users/list"

%footer

0 comments on commit 866c983

Please sign in to comment.