Add a basic web app (currently only Rank Calc works)

This commit is contained in:
Donald Burr 2015-10-12 19:53:23 -07:00
parent 4ec8b10216
commit e40ac65186
30 changed files with 31758 additions and 1 deletions

23
web_app/css/sif-tools.css Normal file
View file

@ -0,0 +1,23 @@
body {
font: 100% "Trebuchet MS", sans-serif;
margin: 50px;
background-color: #000000;
color: #ffffff;
}
body {
font-family: Verdana,Arial,sans-serif;
font-size: 14px;
}
p {
margin: 1em 0;
}
strong {
font-weight: 900;
}
table {
table-layout: fixed;
}