Opened 14 years ago
Closed 14 years ago
#9424 closed defect (duplicate)
"Last modified" link shows up in awkward place on upper left of every page
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.12dev |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I just upgraded our Trac install to 0.12rc1, and for some reason the "Last modified" header is coming up on the upper left of every page, very large. It seems to be something missing from the CSS file? I thought it was supposed to come out on the upper right, much smaller. I'm attaching a screenshot.
I managed to work around this by creating a custom stylesheet with the following in it:
div.trac-modifiedby { padding-top:3px; font-size:10px; text-align:right; float:right; }
but the appearance I'm getting couldn't possibly be what is intended.
Note: the version is 0.12rc1, not 0.12dev but I couldn't choose rc1 from the dropdown.
Re-submitted in #9425.