summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-11 08:46:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-11 08:46:14 +0200
commite3e4b204b58240e19236358c442f638fae6221bf (patch)
tree335b9acf6270e4c94d2b8b2c13bfe344183d0c39
parent15050651805951625bab75e9340d5b53f196177e (diff)
Adjust TOC style
-rw-r--r--toc.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/toc.css b/toc.css
index 46e7409..6b7c7e6 100644
--- a/toc.css
+++ b/toc.css
@@ -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;
}