Initial commit

This commit is contained in:
Colin McLeod
2015-04-10 12:25:47 -07:00
commit 1097ca5a42
112 changed files with 10638 additions and 0 deletions

41
app/less/shipyard.less Normal file
View File

@@ -0,0 +1,41 @@
a.ship {
display: block;
float: left;
width: 30%;
height: 30%;
margin: 1% 1%;
background-color: #222;
padding: 0.5%;
text-decoration: none;
color: #FFF;
&:hover {
background-color: orange;
}
h2 {
width: 100%;
text-transform: uppercase;
margin: 0;
small {
float: right;
font-size: 0.5em;
}
}
.subtitle {
overflow: hidden;
}
.size {
float: left;
font-size: 0.8em;
}
.category {
text-transform: uppercase;
font-size: 0.7em;
float: right;
}
}