Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#1866 closed defect (fixed)

Rev numbers in browser are left align while centered in log

Reported by: damien@… 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 Christopher Lenz, 19 years ago

Milestone: 0.9
Resolution: fixed
Status: newclosed

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

comment:2 by Christian Boos, 19 years ago

Yes, that was r2372.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.