Closed
Bug 390195
Opened 18 years ago
Closed 16 years ago
Inconsistent styling of dates on http://www.mozilla.org/
Categories
(www.mozilla.org :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jruderman, Unassigned)
References
()
Details
Attachments
(1 file)
|
32.75 KB,
image/png
|
Details |
In both Firefox trunk and Safari 2, dates on http://www.mozilla.org/ are displayed inconsistently. In the "Announcements" column, the day number is large and on a separate line, but in the other two columns, the day number is small and on the same line.
| Reporter | ||
Comment 1•18 years ago
|
||
I see what's going on:
http://www.mozilla.org/css/cavendish/home.css
.news .date:first-line {
font-size: 70%;
}
If the date happens to wrap (which depends on font size and what the date is), the font gets bigger. It should be two elements instead of relying on the date just happening to wrap.
| Assignee | ||
Updated•17 years ago
|
Product: mozilla.org → Websites
Comment 2•16 years ago
|
||
Resolving as wontfix. This applies to the site design that is about to get replaced.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•