summaryrefslogtreecommitdiffstats
path: root/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/style.css b/docs/style.css
index 1c9a6bcb1..9acd36dc7 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -21,9 +21,7 @@ body {
background: white;
color: #111;
padding: 0 1em;
- margin: 0;
font-family: Verdana, Arial, sans-serif;
- font-size: small;
}
a:link, a:active { color: #36415c; }
@@ -72,10 +70,11 @@ pre, code, tt, kbd, samp {
border: 1px solid #ccc;
}
-pre.code {
+pre.code, pre.programlisting, pre.screen {
margin-left: 10px;
- width: 90%;
- padding: 10px;
+ padding: 0.5em;
+ background: #eed;
+ border: 1px solid #ccc;
}
/* Special styles for the Contents page */