More actions
m Modified css to correctly modify new ship page linking. |
m Fixed linking in footer. |
||
| Line 194: | Line 194: | ||
text-align: right; | text-align: right; | ||
} | } | ||
#content .ship-info .box-footer a | #content .ship-info .box-footer a | ||
{ | { | ||
background-image: none; | background-image: none; | ||
| Line 200: | Line 200: | ||
padding: 5px; | padding: 5px; | ||
} | } | ||
#content .ship-info .box-footer a | #content .ship-info .box-footer a:hover, | ||
#content .ship-info .box-footer a | #content .ship-info .box-footer a.hover | ||
{ | { | ||
color: orange; | color: orange; | ||
| Line 410: | Line 410: | ||
<p class='ship-desc'>{{#if:{{{info}}}|{{{info| }}}| }}</p> | <p class='ship-desc'>{{#if:{{{info}}}|{{{info| }}}| }}</p> | ||
<!--<div class='ship-variants'>Variations : {{#if:{{{variations}}}|{{{variations|<i>none</i>}}}|<i>none</i>}}</div>--> | <!--<div class='ship-variants'>Variations : {{#if:{{{variations}}}|{{{variations|<i>none</i>}}}|<i>none</i>}}</div>--> | ||
<div class='box-footer'>[ | <div class='box-footer'>[[{{{shipname|}}}]]</div> | ||
</td> | </td> | ||
</tr> | </tr> | ||