[IMP] hierarchical accounts list in main text
This commit is contained in:
parent
d2cc62be72
commit
d41f1f4e23
@ -108,7 +108,7 @@
|
||||
target);
|
||||
}
|
||||
|
||||
var list = document.querySelectorAll('.intro-list > li > p');
|
||||
var list = document.querySelectorAll('.intro-list li > p');
|
||||
Array.prototype.forEach.call(list, function (node) {
|
||||
node.addEventListener('mouseover', function (e) {
|
||||
if (!e.currentTarget.contains(e.target)) { return; }
|
||||
|
@ -13,8 +13,8 @@ Accounting Memento For Entrepreneurs
|
||||
|
||||
* .. rst-class:: intro-gross-profit
|
||||
|
||||
The **Gross Profit** equals the revenues from sales minus the cost of goods
|
||||
sold.
|
||||
The **Gross Profit** equals the revenues from sales minus the cost of
|
||||
goods sold.
|
||||
|
||||
* .. rst-class:: intro-opex
|
||||
|
||||
@ -35,8 +35,8 @@ Accounting Memento For Entrepreneurs
|
||||
|
||||
* .. rst-class:: intro-liabilities
|
||||
|
||||
**Liabilities** are obligations from past events resulting in future use or
|
||||
transfer of current assets (utility bills, debts, unpaid suppliers).
|
||||
**Liabilities** are obligations from past events resulting in future use
|
||||
or transfer of current assets (utility bills, debts, unpaid suppliers).
|
||||
|
||||
* .. rst-class:: intro-equity
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user