From: <var...@us...> - 2009-10-05 16:59:35
|
Revision: 7183 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7183&view=rev Author: vargenau Date: 2009-10-05 16:59:27 +0000 (Mon, 05 Oct 2009) Log Message: ----------- Print page numbers in table of contents (Prince XML) Modified Paths: -------------- trunk/themes/MonoBook/commonPrint.css Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2009-10-05 16:53:43 UTC (rev 7182) +++ trunk/themes/MonoBook/commonPrint.css 2009-10-05 16:59:27 UTC (rev 7183) @@ -81,6 +81,10 @@ font-size: smaller; } +div.toclist a::after { + content: leader('.') target-counter(attr(href), page); +} + /* images */ div.floatright { float: right; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |