#21072 closed Cleanup/optimization (fixed)
Square Bullets
Reported by: | Owned by: | amney | |
---|---|---|---|
Component: | Documentation | Version: | 1.6-alpha-1 |
Severity: | Normal | Keywords: | bullet indentation, afraid-to-commit |
Cc: | Daniele Procida | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The page https://docs.djangoproject.com/en/1.6/contents/ has at least two levels of indentation, each of which has the same square bullet.
Thus, when say scanning in the vicinity of the voluminous API Reference section it's not possible to know if a given new item is under API Reference or is at the same level as API Reference.
So let's have bullets of different shapes please per the level of indentation... like everyone else.
Change History (6)
comment:1 by , 11 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 11 years ago
Cc: | added |
---|---|
Keywords: | afraid-to-commit added |
comment:3 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I will modify the CSS to support more indentation styles
comment:4 by , 11 years ago
I have submitted two pull requests to the main django and the djangoproject.com repositories to fix this issue.
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix merged into both repositories successfully
comment:6 by , 11 years ago
Oops, commit message mistakenly referenced ticket #21702 so this didn't get closed automatically.
commits are
- 3fd769d03d401b725995792edf83715c0fe1f6da (djangoproject.com)
- c81b6f7b834da8d8fbcf679679ce158173df3a05 (django)
The fix should go in two places: