# HG changeset patch # User František Kučera # Date 1570306942 -7200 # Node ID f62393f88eab5df08e9c6f62ed5a7f579beb3c6e # Parent 98a4b319bfa3c0f0894daa24015cfe8b250207bc css: highlight current item (#id) diff -r 98a4b319bfa3 -r f62393f88eab templates/ssm.xhtml.xsl --- a/templates/ssm.xhtml.xsl Sat Oct 05 21:44:48 2019 +0200 +++ b/templates/ssm.xhtml.xsl Sat Oct 05 22:22:22 2019 +0200 @@ -96,14 +96,16 @@ -

- - - # -

- +
+

+ + + # +

+
    + +
+
diff -r 98a4b319bfa3 -r f62393f88eab templates/style.css --- a/templates/style.css Sat Oct 05 21:44:48 2019 +0200 +++ b/templates/style.css Sat Oct 05 22:22:22 2019 +0200 @@ -31,6 +31,10 @@ text-decoration: none; } +li:target, div.chapter:target { + background: #eee; +} + p.footer { font-size: 80%; }