More actions
mNo edit summary |
finished prototype of shipsmatrix template |
||
| Line 83: | Line 83: | ||
.ships-matrix .firstcol{ width:16%; } | .ships-matrix .firstcol{ width:16%; } | ||
.ships-matrix .racialcol{ width:21%; } | .ships-matrix .racialcol{ width:21%; } | ||
.ships-matrix .racialcol .img | |||
{ | |||
display: inline-block; | |||
margin-right: 5px; | |||
} | |||
.ships-matrix .groupheader | .ships-matrix .groupheader | ||
{ | { | ||
| Line 114: | Line 118: | ||
<tr class='firstprimary'> | <tr class='firstprimary'> | ||
<th class='firstcol'><div style='width:100px;'> </div></th> | <th class='firstcol'><div style='width:100px;'> </div></th> | ||
<th class='racialcol'>Amarr</th> | <th class='racialcol'><div class='img'>[[Image:Logo_faction_amarr_empire.png|center|20x20px|forum discussion]]</div>Amarr</th> | ||
<th class='racialcol'>Caldari</th> | <th class='racialcol'><div class='img'>[[Image:Logo_faction_caldari_state.png|center|20x20px|forum discussion]]</div>Caldari</th> | ||
<th class='racialcol'>Gallente</th> | <th class='racialcol'><div class='img'>[[Image:Logo_faction_gallente_federation.png|center|20x20px|forum discussion]]</div>Gallente</th> | ||
<th class='racialcol'>Minmatar</th> | <th class='racialcol'><div class='img'>[[Image:Logo_faction_minmatar_republic.png|center|20x20px|forum discussion]]</div>Minmatar</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||