summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-10-19 15:40:38 (GMT)
committerFred Drake <fdrake@acm.org>2004-10-19 15:40:38 (GMT)
commit972c9e85bb82289826b99c961689c32bd06a270a (patch)
treebecfac3349c00354ee2f6838bfcd93a02940859e /Doc/html
parent20a175a34a840c209c30a3970f4a881ae76b6531 (diff)
downloadcpython-972c9e85bb82289826b99c961689c32bd06a270a.zip
cpython-972c9e85bb82289826b99c961689c32bd06a270a.tar.gz
cpython-972c9e85bb82289826b99c961689c32bd06a270a.tar.bz2
Rely on the style sheet more for the distutils markup.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css
index 33a1380..f7a19df 100644
--- a/Doc/html/style.css
+++ b/Doc/html/style.css
@@ -151,6 +151,19 @@ div.note .label { margin-right: 0.5em;
/*
+ * Additional styles for the distutils package.
+ */
+.du-command { font-family: monospace; }
+.du-option { font-family: avantgarde, sans-serif; }
+.du-filevar { font-family: avantgarde, sans-serif;
+ font-style: italic; }
+.du-xxx:before { content: "** ";
+ font-weight: bold; }
+.du-xxx:after { content: " **";
+ font-weight: bold; }
+
+
+/*
* Some specialization for printed output.
*/
@media print {