improved encoded hint layout in listing view!
This commit is contained in:
@@ -385,10 +385,15 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content2-container">
|
<div class="content2-container">
|
||||||
<p id="decrypt-hints">{if $crypt}{$cache.hint|rot13html}{else}{$cache.hint}{/if}</p>
|
<div style="float:left; margin:0 0 12px 10px">
|
||||||
<div style="float: right;">
|
<p id="decrypt-hints">{if $crypt}{$cache.hint|rot13html}{else}{$cache.hint}{/if}</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 />
|
</div>
|
||||||
<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: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>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user