[IMP] hierarchical accounts list in main text

This commit is contained in:
Xavier Morel 2015-03-11 14:29:57 +01:00
parent d2cc62be72
commit d41f1f4e23
2 changed files with 18 additions and 18 deletions

View File

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

View File

@ -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