From 8703a0d42c3c1da47d764c41c74a72ef4f14dbef Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 31 Aug 2009 16:42:18 +0200 Subject: stylesheets, and better ReST conformance - layout with two columns and fixed footer - imported docutils official stylesheet - changed the XSLT code to produce XHTML more in line with rst2html.py --- additions/content.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'additions/content.css') diff --git a/additions/content.css b/additions/content.css index 321a2d8..47b7742 100644 --- a/additions/content.css +++ b/additions/content.css @@ -1 +1,8 @@ -div.literal-block { white-space: pre } +div.footnote { + border-left: solid 1px black; + margin-left: 1px; +} + +div.caption { + font-style: italic; +} -- cgit v1.2.3