summaryrefslogtreecommitdiffstats
path: root/docs/style.css
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-01-17 11:15:14 +0100
committerGervase Markham <gerv@mozilla.org>2014-01-17 11:15:14 +0100
commit4105a4885d093295c71dd5d08e160b3e6cc7ee0f (patch)
tree317a067c7ca5d1556ba9208f358403cb996b48b2 /docs/style.css
parent22c96de30e07d73456cb336896f9c483f8790b8d (diff)
downloadbugzilla-4105a4885d093295c71dd5d08e160b3e6cc7ee0f.tar.gz
bugzilla-4105a4885d093295c71dd5d08e160b3e6cc7ee0f.tar.xz
Bug 912064 - convert docs to ReStructured Text (.rst) format. r,a=justdave.
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css
index 8604b5b67..fa85b6c41 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -6,6 +6,8 @@
* defined by the Mozilla Public License, v. 2.0.
*/
+/* This style file is used by the API documentation */
+
body {
background: white;
color: #111;
@@ -92,4 +94,4 @@ pre.code, pre.programlisting, pre.screen {
background-color: #eee;
}
-.pod_desc_table
+.pod_desc_table