Doing a sort of catch-up on previous work after returning 2 months later
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
17
static/trading/css/trading.css
Normal file
17
static/trading/css/trading.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.debit {
|
||||
color: red;
|
||||
/*font-weight: bold;*/
|
||||
}
|
||||
|
||||
.debit:before {
|
||||
content: "(";
|
||||
}
|
||||
|
||||
.debit:after {
|
||||
content: ")";
|
||||
}
|
||||
|
||||
.credit {
|
||||
color: black;
|
||||
/*font-weight: bold;*/
|
||||
}
|
||||
Reference in New Issue
Block a user