desing: toc: drop manual padding from figures

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2017-01-23 14:27:08 -08:00
parent 8661d52c53
commit 72588ec5b6

View file

@ -14,12 +14,12 @@ level of the hierarchy, i.e. you shouldnt have editions and chapters
mixed together. Here is an example of right TOC: mixed together. Here is an example of right TOC:
``` ```
------- TOC ------- ------- TOC -------
/ \ / \
edition1 edition2 edition1 edition2
| | | |
-chapter1 -chapter3 -chapter1 -chapter3
-chapter2 -chapter2
``` ```
Here are two editions (alternatives), the first contains two chapters Here are two editions (alternatives), the first contains two chapters
@ -27,12 +27,12 @@ Here are two editions (alternatives), the first contains two chapters
example of invalid TOC: example of invalid TOC:
``` ```
------- TOC ------- ------- TOC -------
/ \ / \
edition1 chapter1 edition1 chapter1
| |
-chapter1 -chapter1
-chapter2 -chapter2
``` ```
Here you have edition1 and chapter1 mixed on the same level of Here you have edition1 and chapter1 mixed on the same level of