More actions
m Remove cellpadding, deprecated use css padding. Remove cellspacing, deprecated. Move inline css width to class. |
m Rename class uniwiki-ship-tooltip to sbtt (ShipBoxTooltip). |
||
| Line 1: | Line 1: | ||
<includeonly><onlyinclude>{{#css: | <includeonly><onlyinclude>{{#css: | ||
. | .sbtt table { | ||
width: 100%; | width: 100%; | ||
background-color: transparent; | background-color: transparent; | ||
| Line 9: | Line 9: | ||
} | } | ||
. | .sbtt tr { | ||
background-color: transparent; | background-color: transparent; | ||
margin: 0; | margin: 0; | ||
| Line 16: | Line 16: | ||
} | } | ||
. | .sbtt td { | ||
background-color: transparent; | background-color: transparent; | ||
margin: 0; | margin: 0; | ||
| Line 29: | Line 29: | ||
} | } | ||
.sbtt-image a img { | .sbtt-image a img { | ||
border: 1px solid #272727; | border: 1px solid #272727; | ||