Closed
Bug 5255
Opened 25 years ago
Closed 25 years ago
small caps style problem
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: trajano, Assigned: buster)
Details
<p style="font-variant: small-caps; font-size: 15px">
Welcome to <img align="middle">
</p>
seems to leave a large gap between to and the image.
Updated•25 years ago
|
Assignee: peterl → kipp
Component: Style System → Layout
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 2•25 years ago
|
||
This one doesn't
<div>
<style>
H1 {
margin:0;
letter-spacing:5px;
color: #777;
padding:0px 5px;
font: bold 15px sans-serif;
font-variant: small-caps;
}
</style>
<h1>Welcome to <img align="middle"
src="http://www.ibm.com/i/v9/m/en/ibm_logo_m.gif" width=97 height=45></h1>
</div>
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
It turns out that the letter-spacing was being added in twice which is where the
extra space was coming from.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•25 years ago
|
||
Using 5/20 Apprunner, verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•