hledger/old/hledger-api/examples/angular/hledger-client.css
2019-09-10 20:20:30 -07:00

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;
}