Initial commit. Transferred from an Eclipse/Brainstorm environment to NodeJS.

This commit is contained in:
Wynne Crisman
2015-10-25 15:20:42 -07:00
commit 7bba9dc2b0
386 changed files with 22589 additions and 0 deletions

30
public/ap/airlift.styl Normal file
View File

@@ -0,0 +1,30 @@
#airlift {
@media(max-width: 499px) {
.instructions {
width: 250px;
}
}
@media(min-width: 500px) and (max-width: 749px) {
.instructions {
width: 500px;
}
}
@media(min-width: 750px) {
.instructions {
width: 750px;
}
}
h2 {
display: block;
text-align: center;
}
.instructions {
margin: 0 auto;
clear:both;
background-color: #BCB;
padding: 10px;
border: 1px #232 solid;
}
}