Closed
Bug 276111
Opened 20 years ago
Closed 20 years ago
Bullets not displayed correctly
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: rlpenman1, Assigned: dbaron)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 In the page at http://www.hollywoodmoviemoney.info/search_usa.asp on the right side of the display the bullets are not displaying correctly. The bullets are ending up on top of the first word in each sentence. Reproducible: Always Steps to Reproduce: 1.Visit web site http://www.hollywoodmoviemoney.info/search_usa.asp 2.Look on the right side of the screen 3.You will see several white squares on top of the words. Actual Results: The bullet display was incorrect Expected Results: The bullets should be at left of the setences
Comment 1•20 years ago
|
||
Over to CSS. The corresponding CSS is: text-indent: -20pt; list-style-position: outside; list-style-type: square;
Assignee: firefox → dbaron
Component: General → Style System (CSS)
Product: Firefox → Core
QA Contact: firefox.general → ian
Version: unspecified → Trunk
| Assignee | ||
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 13869 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•