Closed Bug 391547 Opened 16 years ago Closed 16 years ago

bullet points outside margins on trunk

Categories

(Other Applications Graveyard :: QA Companion, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bhsieh, Assigned: bhsieh)

Details

Attachments

(1 file)

On the trunk, bullet points in the qmo tab appear outside the margin of their boxes. Probably needs something in the divs restyled, or maybe the bullets just need to be made invisible.
I'd say we should just get rid of the bullets. More room for the text...
However, we do want to keep bullets inside of testcase data (steps and expected results), since those are generally important to the formatting of the testcase. We should make sure to keep the bullets there, and also any bullets that may appear in the "latest from QMO" box.
Attached patch v. narrow fixSplinter Review
Specifically sets bullet style to none in the three offending boxes in qmo.xul

I'd rather do this for the entire document, since I don't see any reason that this problem would be isolated to how-help, events, and forum-topics, but limited per zach's request above. Patch also has the fix for display issue in 391445, because I was lazy about my trees.

Again, 3-line fix blown up by idiot line endings. Alternately, paste 

#qa-qmo-help, #qa-qmo-events, #qa-qmo-forumposts {
  list-style-type: none !important;
}

into /* HTML */ section, qa.css
Attachment #276163 - Flags: review?(zach)
Status: NEW → ASSIGNED
Attachment #276163 - Flags: review?(zach)
Checked in a somewhat modified version of this: basically killed bullets everywhere and added them back in for a few selected places, rather than the other way around. 
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Product: Webtools → Other Applications
Version: Trunk → unspecified
Product: Other Applications → Other Applications Graveyard
You need to log in before you can comment on or make changes to this bug.