From 7bde880fa8cf2e7d3413a7ede7ae5b604a97e85b Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 22 Sep 2007 16:32:24 +0000 Subject: * map: Render pages on the way to subpages whose parent pages are not included in the map. Include special styling for such pages. * map: Remove common prefixes and don't over-indent. * Add class option to htmllink(). --- doc/plugins/write.mdwn | 3 ++- doc/style.css | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 4ec9e8c7b..77f336dca 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -412,7 +412,8 @@ control some options. These are: * forcesubpage - set to force a link to a subpage * linktext - set to force the link text to something * anchor - set to make the link include an anchor -* rel - set to add a rel attribute to the link. +* rel - set to add a rel attribute to the link +* class - set to add a css class to the link #### `readfile($;$)` diff --git a/doc/style.css b/doc/style.css index 0399031f8..0fa15d2b1 100644 --- a/doc/style.css +++ b/doc/style.css @@ -49,6 +49,10 @@ div.tags { margin-top: 1em; } +.mapparent { + text-decoration: none; +} + #backlinks { margin-top: 1em; } -- cgit v1.2.3