More actions
m Change CSS class of the image cell. |
m Split classes uniwiki-ship-tooltip table, tr and td for analysis purpose. |
||
| Line 1: | Line 1: | ||
<includeonly><onlyinclude>{{#css: | <includeonly><onlyinclude>{{#css: | ||
.uniwiki-ship-tooltip table | .uniwiki-ship-tooltip table { | ||
.uniwiki-ship-tooltip tr | background-color: transparent; | ||
margin: 0; | |||
padding: 0; | |||
vertical-align: top; | |||
} | |||
.uniwiki-ship-tooltip tr { | |||
background-color: transparent; | |||
margin: 0; | |||
padding: 0; | |||
vertical-align: top; | |||
} | |||
.uniwiki-ship-tooltip td { | .uniwiki-ship-tooltip td { | ||
background-color: transparent; | background-color: transparent; | ||