Closed
Bug 968790
Opened 11 years ago
Closed 11 years ago
Rename random "stuff.css" to "bugzilla.css" and start using it for HTML output
Categories
(Bugzilla :: Documentation, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 5.0
People
(Reporter: gerv, Assigned: gerv)
Details
Attachments
(1 file)
885 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
There's currently a file docs/en/rst/_static/stuff.css, which isn't used and was left over from development. A file like this is where we insert our own tweaks to the style of the output HTML. There is one tweak already in the file - a requirement that <dt> elements be boldface, which is a good thing.
We should rename it to bugzilla.css and set the html_style conf param to use it, so we can pick up that improvement, and have the opportunity to add more.
Gerv
Assignee | ||
Comment 1•11 years ago
|
||
![]() |
||
Comment 2•11 years ago
|
||
Comment on attachment 8371455 [details] [diff] [review]
Patch v.1
r=LpSolit
Attachment #8371455 -
Flags: review?(LpSolit) → review+
![]() |
||
Updated•11 years ago
|
Severity: normal → enhancement
Flags: approval?
Updated•11 years ago
|
Flags: approval? → approval+
Assignee | ||
Comment 3•11 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified docs/en/rst/conf.py
renamed docs/en/rst/_static/stuff.css => docs/en/rst/_static/bugzilla.css
Committed revision 8911.
Gerv
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•