- api routes (but not /swagger.json) are now under /api/v1 - the api has changed a bit, more to come - files are served from the current directory by default, simplifying naming - the startup message is more informative - added some startup hints for the angular client
23 lines
363 B
CSS
23 lines
363 B
CSS
ul.accounts, ul.accounts ul {
|
|
list-style-type: none;
|
|
padding-left: 0;
|
|
}
|
|
ul.accounts ul {
|
|
margin-left: 15px;
|
|
}
|
|
ul.accounts li {
|
|
clear: both;
|
|
border-top: 1px dotted #888;
|
|
}
|
|
ul.accounts .balances {
|
|
display: block;
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
ul.accounts .balance {
|
|
display: block;
|
|
}
|
|
ul.accounts .balance .commodity-side-L {
|
|
float: left;
|
|
}
|