1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-02 12:28:37 -04:00

Initial JavaScript UI commit

Definitely still a work in progress
This commit is contained in:
2015-07-03 09:33:45 -04:00
parent 524d82ecf7
commit 084ada7e6f
16 changed files with 1035 additions and 0 deletions

5
static/stylesheet.css Normal file
View File

@ -0,0 +1,5 @@
div#content {
width: 95%;
min-width: 75em;
max-width: 100em;
}