summaryrefslogtreecommitdiffstats
path: root/docs/style.css
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-10-24 12:35:48 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-10-24 12:35:48 +0200
commit650a2f9f5807536ee118ba031622bede7f4e1642 (patch)
tree8c0f79348a3f379ec4a12798bd9b2cad8ccd6e65 /docs/style.css
parent5173b6cbadea03c8525218f09794b3f74ab12d96 (diff)
downloadbugzilla-650a2f9f5807536ee118ba031622bede7f4e1642.tar.gz
bugzilla-650a2f9f5807536ee118ba031622bede7f4e1642.tar.xz
Bug 423496: Compile the documentation with xmlto + dblatex instead of openjade
r=glob a=LpSolit
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 */