Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mwean committed Jun 24, 2014
1 parent f63a8c4 commit e264eb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/assets/stylesheets/global.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ html {
body {
font-family: 'Raleway', sans-serif;
background-color: #F2F2F2;
height: 100%;
}

p, th, td {
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/kaminari.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
if Rails.env.test?
config.default_per_page = 1
else
config.default_per_page = 30
config.default_per_page = 15
end
end

0 comments on commit e264eb0

Please sign in to comment.