Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:ShipBoxTooltip: Difference between revisions

Template page
m .sbtt table: Remove properties not valid for table or where value = default.
m .sbtt-attributes div: Remove display: inline-block, when using float this is automatically changed in block which is also the default for div.
Line 69: Line 69:


.sbtt-attributes div {
.sbtt-attributes div {
  display: inline-block;
   float: left;
   float: left;
   margin-right: 3px;
   margin-right: 3px;