improved encoded hint layout in listing view!
This commit is contained in:
@@ -385,10 +385,15 @@
|
||||
</div>
|
||||
|
||||
<div class="content2-container">
|
||||
<p id="decrypt-hints">{if $crypt}{$cache.hint|rot13html}{else}{$cache.hint}{/if}</p>
|
||||
<div style="float: right;">
|
||||
<font style="font-family: 'Courier New',FreeMono,Monospace;" face="Courier" size="2">A|B|C|D|E|F|G|H|I|J|K|L|M</font><br />
|
||||
<font style="font-family: 'Courier New',FreeMono,Monospace;" face="Courier" size="2">N|O|P|Q|R|S|T|U|V|W|X|Y|Z</font>
|
||||
<div style="float:left; margin:0 0 12px 10px">
|
||||
<p id="decrypt-hints">{if $crypt}{$cache.hint|rot13html}{else}{$cache.hint}{/if}</p>
|
||||
</div>
|
||||
<div style="float:right; margin-bottom:12px">
|
||||
<p>
|
||||
<font style="font-family: 'Courier New',FreeMono,Monospace;" face="Courier" size="2">A|B|C|D|E|F|G|H|I|J|K|L|M</font>
|
||||
<br />
|
||||
<font style="font-family: 'Courier New',FreeMono,Monospace;" face="Courier" size="2">N|O|P|Q|R|S|T|U|V|W|X|Y|Z</font>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user