#98 closed enhancement (fixed)
Pretty CSS for PHILOSOPHY sections in docs
| Reported by: | Simon Willison | Owned by: | Wilson Miner |
|---|---|---|---|
| Component: | Documentation | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Every now and then in the tutorials there's a section starting with PHILOSOPHY which outlines some of the thinking behind Django's design. It would be nice if these were set apart from the rest of the content a bit, by being in a box with a different background colour and a picture of a lightbulb or thinking greek guy or something.
See here for an example: http://www.djangoproject.com/documentation/tutorial1/#creating-models
Change History (2)
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 20 years ago
No light bulbs yet - but there's a .admonition-philosophy class on those notes that can act as a hook for prettier styling later.
Fixed in [250].