1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-20 20:00:06 -04:00
moneygo/static/stylesheet.css
Aaron Lindsay 7ea9fb3b73 Add ability to create new accounts to UI
This also incorporates a bunch of other changes needed to support adding
this.
2015-07-04 08:28:09 -04:00

10 lines
148 B
CSS

div#content {
width: 95%;
height: 100%;
min-width: 75em;
max-width: 100em;
display: block;
margin-left: auto;
margin-right: auto;
}