diff options
author | dakkar <dakkar@thenautilus.net> | 2009-08-31 16:42:18 +0200 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2009-08-31 16:42:18 +0200 |
commit | 8703a0d42c3c1da47d764c41c74a72ef4f14dbef (patch) | |
tree | ecaa72a41012cc6a26a921e8467d672929f24a00 /additions/content.css | |
parent | files to configure Apache for this site (diff) | |
download | thenautilus-8703a0d42c3c1da47d764c41c74a72ef4f14dbef.tar.gz thenautilus-8703a0d42c3c1da47d764c41c74a72ef4f14dbef.tar.bz2 thenautilus-8703a0d42c3c1da47d764c41c74a72ef4f14dbef.zip |
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
Diffstat (limited to 'additions/content.css')
-rw-r--r-- | additions/content.css | 9 |
1 files changed, 8 insertions, 1 deletions
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; +} |