summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
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 {