Feature: add account entries listing

This commit is contained in:
2015-10-06 08:42:21 +00:00
parent 7b44292c96
commit 4080080cb3
5 changed files with 619 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
div.div-striped div.row:nth-of-type(odd) {
background: #e0e0e0;
}
div.div-striped div.row:nth-of-type(even) {
background: #FFFFFF;
}