changed large size to 900px
This commit is contained in:
@@ -126,12 +126,10 @@ div#c-posts {
|
|||||||
font-size: $h3_size;
|
font-size: $h3_size;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
padding: 0.25em 0.5em;
|
padding: 0 1em 0 0;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background-color: $menu_color;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@include border-radius(4px);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ module Danbooru
|
|||||||
|
|
||||||
# Large resize image width. Set to nil to disable.
|
# Large resize image width. Set to nil to disable.
|
||||||
def large_image_width
|
def large_image_width
|
||||||
960
|
900
|
||||||
end
|
end
|
||||||
|
|
||||||
# When calculating statistics based on the posts table, gather this many posts to sample from.
|
# When calculating statistics based on the posts table, gather this many posts to sample from.
|
||||||
|
|||||||
Reference in New Issue
Block a user