Modify ↓
#1866 closed defect (fixed)
Rev numbers in browser are left align while centered in log
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | lowest | Milestone: | 0.9 |
| Component: | version control/browser | Version: | devel |
| Severity: | trivial | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Ideally they would be right-aligned, being numbers, however you can fix to both be centered with a one-line change to source:/trunk/htdocs/css/browser.css
#dirlist td.change * { font-size: 9px }
+dirlist td.rev { text-align: center; }
/* Styles for the revision log table
Attachments (0)
Change History (2)
comment:1 by , 20 years ago
| Milestone: | → 0.9 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



The rev numbers are now right aligned in both the browser and the revision log as far as I can tell.