diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-11 08:46:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-11 08:46:14 +0200 |
commit | e3e4b204b58240e19236358c442f638fae6221bf (patch) | |
tree | 335b9acf6270e4c94d2b8b2c13bfe344183d0c39 | |
parent | 15050651805951625bab75e9340d5b53f196177e (diff) |
Adjust TOC style
-rw-r--r-- | toc.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,18 +28,18 @@ table.toc * td, table.toc * th { table.toc * th { font-weight : normal; - padding : 0em 0.1em 0em 0; + padding : 0 0.8em 0 0; text-align : left; white-space : nowrap; } table.toc * table.toc th { - padding-left : 1em; + padding-left : 1.7em; } table.toc * td { - padding : 0em 0 0em 0.7em; + padding : 0 0 0 0; text-align : left; } |