mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Adding comparison charts, fixes and tweaks
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user