diff options
author | Gervase Markham <gerv@gerv.net> | 2014-02-10 16:48:23 +0000 |
---|---|---|
committer | Gervase Markham <gerv@mozilla.org> | 2014-02-10 16:48:23 +0000 |
commit | d05bbe563a21a61788a44bd76ebbed51f1daeb62 (patch) | |
tree | f6f6a8645a8e3012adbc5bce3966c63fc6bcce80 /docs | |
parent | 8feb85e10f0993bdb372d500223cf568bd3dd355 (diff) | |
download | bugs-d05bbe563a21a61788a44bd76ebbed51f1daeb62.tar bugs-d05bbe563a21a61788a44bd76ebbed51f1daeb62.tar.gz bugs-d05bbe563a21a61788a44bd76ebbed51f1daeb62.tar.bz2 bugs-d05bbe563a21a61788a44bd76ebbed51f1daeb62.tar.xz bugs-d05bbe563a21a61788a44bd76ebbed51f1daeb62.zip |
Rename random stuff.css to bugzilla.css and start using it for HTML output. r=LpSolit, a=justdave.
https://bugzilla.mozilla.org/show_bug.cgi?id=968790
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rst/_static/bugzilla.css (renamed from docs/en/rst/_static/stuff.css) | 0 | ||||
-rw-r--r-- | docs/en/rst/conf.py | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/en/rst/_static/stuff.css b/docs/en/rst/_static/bugzilla.css index c3d8ea781..c3d8ea781 100644 --- a/docs/en/rst/_static/stuff.css +++ b/docs/en/rst/_static/bugzilla.css diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index 3cb412a3e..71f610575 100644 --- a/docs/en/rst/conf.py +++ b/docs/en/rst/conf.py @@ -122,6 +122,8 @@ html_theme = 'default' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None +html_style = "bugzilla.css" + # The name of an image file (relative to this directory) to place at the top # of the sidebar. #html_logo = None |