diff --git a/services/m=hiscore/hiscores.html b/services/m=hiscore/hiscores.html index c21746931..3cf563813 100644 --- a/services/m=hiscore/hiscores.html +++ b/services/m=hiscore/hiscores.html @@ -218,169 +218,145 @@ English
  • - + Attack
  • - + Defence
  • - + Strength
  • - + Constitution
  • - + Ranged
  • - + Prayer
  • - + Magic
  • - + Cooking
  • - + Woodcutting
  • - + Fletching
  • - + Fishing
  • - + Firemaking
  • - + Crafting
  • - + Smithing
  • - + Mining
  • - + Herblore
  • - + Agility
  • - + Thieving
  • - + Slayer
  • - + Farming
  • - + Runecrafting
  • - + Hunter
  • - + Construction
  • - + Summoning @@ -611,11 +587,48 @@ English
    Filter (Coming Soon)
    -
    +
    - - - +
    + +
    +
    Legend
    diff --git a/site/css/hiscores-17.css b/site/css/hiscores-17.css index b6e9c88b1..2752cd97c 100644 --- a/site/css/hiscores-17.css +++ b/site/css/hiscores-17.css @@ -591,7 +591,7 @@ width: 156px; height: 505px; } - .search_small, .search_large, .search_custom_large { + .search_small, .search_large, .search_tiny_bit_more_large, .search_custom_large { margin-bottom: 2px; width: 156px; text-align: center; @@ -604,8 +604,12 @@ height: 98px; background: transparent url(../img/hiscores/search_largeeccb.png?3) repeat-x; } + .search_tiny_bit_more_large { + height: 114px; + background: transparent url(../img/hiscores/search_tiny_bit_more_largeeccb.png?3) repeat-x; + } .search_custom_large { - height: 130px; + height: 122px; background: transparent url(../img/hiscores/search_custom_largeeccb.png?3) repeat-x; } #friends_search { diff --git a/site/img/hiscores/search_tiny_bit_more_largeeccb.png b/site/img/hiscores/search_tiny_bit_more_largeeccb.png new file mode 100644 index 000000000..bd56a0328 Binary files /dev/null and b/site/img/hiscores/search_tiny_bit_more_largeeccb.png differ