More actions
m Added reference to subsystems in format example. |
Changed to use fixed widths to prevent things from getting screwed up. |
||
| Line 2: | Line 2: | ||
.shipFitting { | .shipFitting { | ||
width: 436px; | |||
background-color: #202020; | background-color: #202020; | ||
| Line 21: | Line 21: | ||
} | } | ||
.shipFitting | .shipFitting.showEFT { | ||
width: 684px; | |||
} | |||
.shipFitting.showSkills { | |||
width: 684px; | |||
} | |||
.shipFitting.showNotes { | |||
width: 734px; | |||
} | |||
.shipFitting.showEFT.showSkills { | |||
width: 932px; | |||
} | |||
.shipFitting.showEFT.showNotes { | |||
width: 982px; | |||
} | |||
.shipFitting.showSkills.showNotes { | |||
width: 982px; | |||
} | |||
.shipFitting.showEFT.showSkills.showNotes { | |||
width: 1230px; | |||
} | } | ||