From e99326c4df22e4baade5c070caff5a7577ebfcc4 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 18 Apr 2012 10:52:14 -0400 Subject: [PATCH] changed large size to 900px --- app/assets/stylesheets/specific/posts.css.scss | 4 +--- config/danbooru_default_config.rb | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index 545d1f6e4..3fae0cbc0 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -126,12 +126,10 @@ div#c-posts { font-size: $h3_size; li { - padding: 0.25em 0.5em; + padding: 0 1em 0 0; &.active { - background-color: $menu_color; font-weight: bold; - @include border-radius(4px); } } diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index e0de682cd..da62a1148 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -70,7 +70,7 @@ module Danbooru # Large resize image width. Set to nil to disable. def large_image_width - 960 + 900 end # When calculating statistics based on the posts table, gather this many posts to sample from.