Closed
Bug 430168
Opened 17 years ago
Closed 17 years ago
tweak size of location bar entries on OSX
Categories
(Firefox :: Theme, defect)
Tracking
()
VERIFIED
FIXED
Firefox 3
People
(Reporter: beltzner, Assigned: kevin)
References
Details
Attachments
(1 file)
161.14 KB,
image/png
|
Details |
The font sizes for PC got tweaked down a bit, but we never did it on mac. Screenshot showing desired effect. Change needed in
http://mxr.mozilla.org/mozilla/source/browser/themes/pinstripe/browser/browser.css#815
specifically add the following rules:
.ac-comment {
font-size: 1.1em;
}
.ac-url-text {
font-size: 0.95em;
}
Reporter | ||
Comment 1•17 years ago
|
||
Reporter | ||
Comment 2•17 years ago
|
||
Kevin said he'd fix this as part of the latest proto drop.
Assignee: nobody → kevin
Assignee | ||
Comment 3•17 years ago
|
||
fixed by checkin of Proto 0.17 changes - bug 430202
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 4•17 years ago
|
||
Verified with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9pre) Gecko/2008050209 Minefield/3.0pre ID:2008050209
Status: RESOLVED → VERIFIED
Hardware: PC → All
Target Milestone: --- → Firefox 3
You need to log in
before you can comment on or make changes to this bug.
Description
•