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 CSS ship header: Move inline css to class. Refactor css.
m Relocate .sbtt-ship-name
Line 28: Line 28:
   padding-bottom: 5px;
   padding-bottom: 5px;
   text-align: center;
   text-align: center;
}
.sbtt-ship-name {
  height: 20px;
  color: white;
  font: small-caps 16px/15px trebuchet MS;
  }
  }


Line 41: Line 35:
   font-size: 11px;
   font-size: 11px;
   line-height: 10px;
   line-height: 10px;
}
.sbtt-ship-name {
  height: 20px;
  color: white;
  font: small-caps 16px/15px trebuchet MS;
  }
  }