aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/02-docstyle.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/02-docstyle.css')
-rw-r--r--doc-src/02-docstyle.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc-src/02-docstyle.css b/doc-src/02-docstyle.css
index 7d33b861..236bfc52 100644
--- a/doc-src/02-docstyle.css
+++ b/doc-src/02-docstyle.css
@@ -93,3 +93,9 @@ a {
font-size: 1.1em;
font-weight: bold;
}
+
+pre {
+ padding: 10px;
+ background-color: #e0e0e0;
+ margin: 10px;
+}