Adding comparison charts, fixes and tweaks

This commit is contained in:
Colin McLeod
2015-05-12 22:43:47 -07:00
parent 1cec10432a
commit 02fe76f43b
22 changed files with 446 additions and 119 deletions

View File

@@ -1,14 +1,15 @@
#shipyard {
vertical-align: top;
text-align: center;
}
a.ship {
display: inline-block;
width: 22%;
margin: 1%;
width: 18em;
margin: 0.5em;
background-color: @bg;
padding: 0.5%;
padding: 0.5em;
text-decoration: none;
color: @fg;
font-family: @fStandard;
@@ -30,6 +31,7 @@ a.ship {
font-family: @fTitle;
float: left;
font-size: 0.8em;
margin-right: 2em;
}
.subtitle {