Modify ↓
Opened 19 years ago
Closed 19 years ago
#4113 closed defect (fixed)
Title css layout with spacing of 0.5em on h1, h2, etc. should be default
| Reported by: | __doc__ | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | wiki system | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
For an illustration
Some title
A text with some nice spacing to the title.
Some title
| A table with a not so nice spacing to the title |
Typographically the spacing should go with the title.
Here on the trac.edgwall.org it looks good because in projects.css
h1 { margin-bottom: 0.5em; }
I would suggest that as a trac default setting in trac.css
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
| Milestone: | → 0.11 |
|---|---|
| Owner: | changed from to |
| Severity: | normal → trivial |
Note:
See TracTickets
for help on using tickets.



Thanks for the suggestion!