[Zope-Checkins] CVS: Zope/lib/python/HelpSys/dtml - topic_header.dtml:1.2.230.1
Jeffrey P Shell
jeffrey@cuemedia.com
Wed, 13 Nov 2002 16:50:32 -0500
Update of /cvs-repository/Zope/lib/python/HelpSys/dtml
In directory cvs.zope.org:/tmp/cvs-serv11719
Modified Files:
Tag: ajung-restructuredtext-integration-branch
topic_header.dtml
Log Message:
Adding style sheet statements for reStructuredText literal-block and
'tt' support.
=== Zope/lib/python/HelpSys/dtml/topic_header.dtml 1.2 => 1.2.230.1 ===
--- Zope/lib/python/HelpSys/dtml/topic_header.dtml:1.2 Mon Jan 8 17:46:58 2001
+++ Zope/lib/python/HelpSys/dtml/topic_header.dtml Wed Nov 13 16:50:32 2002
@@ -27,6 +27,19 @@
font-family : "Courier New", Courier, monospace;
}
+/*
+The following are borrowed from the reStructuredText default style
+sheet, written by David Goodger and placed in the public domain.
+*/
+
+pre.literal-block, pre.doctest-block {
+ margin-left: 2em;
+ margin-right: 2em;
+ background-color: #eeeeee }
+
+tt {
+ background-color: #eeeeee }
+
</style>
</head>