Show
Ignore:
Timestamp:
11/03/07 21:08:29 (2 years ago)
Author:
eevee
Message:

Clarified the fuzzy behavior of the comparer by adding the Pokemon's name below its sprite and question marks after the suggestions. Also fixed that empty results were being added to bump the list to 4 and make the suggestion row really tall. (#27)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/templates/style/dex.tt

    r361 r368  
    135135table.dex-comparison tbody th { font-weight: normal; font-style: italic; width: 4%; } 
    136136table.dex-comparison tr.sprites td { height: 96px; vertical-align: bottom; } 
     137table.dex-comparison tr.suggestions td { vertical-align: bottom; border-bottom: 1px dashed [% header_border %]; } 
    137138table.dex-comparison tr.moves td { width: 11.5%; } 
    138139table.dex-comparison tr.moves th { width: 8%; }