Skip to content

Commit

Permalink
Better padding to test with the images
Browse files Browse the repository at this point in the history
  • Loading branch information
alxjrvs committed Dec 12, 2012
1 parent a1eb2dc commit 5bdbd53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -18,7 +18,6 @@ group :development, :test do
gem 'factory_girl_rails', '~> 3.3.0'
gem 'factory_girl_rspec', :git => "https://github.com/chendrix/factory_girl_rspec.git"
gem 'rspec-subject-extensions'
gem 'thin'
end

group :test do
Expand All @@ -33,6 +32,7 @@ group :production do
gem 'sendgrid'
end

gem 'thin'
gem 'fog'
gem 'mechanize_clip','~> 0.1.3'
gem 'nokogiri'
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/home.css.scss
Expand Up @@ -4,7 +4,7 @@

div.shelves {
background:white;
padding: 10px 0 10px 0px;
padding: 10px;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
Expand Down
2 changes: 1 addition & 1 deletion app/views/home/index.html.erb
Expand Up @@ -19,7 +19,7 @@
</nav>
</div>

<div class="container eleven columns centered">
<div class="container nine columns centered">
<div class="shelves">
<ul class="block-grid seven-up mobile ">
<%= render "series_loop" %>
Expand Down

0 comments on commit 5bdbd53

Please sign in to comment.