5
3
mirror of https://github.com/tildeverse/lobsters synced 2024-06-30 20:07:03 +00:00

fit more on a page

This commit is contained in:
joshua stein 2012-07-06 18:00:00 -05:00
parent c63d35a65d
commit 40bc2003ab
2 changed files with 3 additions and 3 deletions

View File

@ -361,8 +361,8 @@ li.downvoted div.voters a.downvoter {
ol.stories li.story,
ol.comments li.comment {
clear: both;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-top: 0.4em;
padding-bottom: 0.4em;
}
ol.stories li:first-child {
padding-top: 0.5em;

View File

@ -1,5 +1,5 @@
class HomeController < ApplicationController
STORIES_PER_PAGE = 20
STORIES_PER_PAGE = 25
def index
@stories = find_stories_for_user_and_tag_and_newest(@user, nil, false)