Closed
Bug 246512
Opened 21 years ago
Closed 21 years ago
H1 { text-align: left } should be removed from content_style.css
Categories
(SeaMonkey :: Help Documentation, defect)
SeaMonkey
Help Documentation
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: tsahi_75, Assigned: rjkeller)
Details
(Keywords: l12y)
Attachments
(1 file)
530 bytes,
patch
|
neil
:
review+
asa
:
approval1.7-
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; he-IL; rv:1.6) Gecko/20040113
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; he-IL; rv:1.6) Gecko/20040113
the old css file of the help files, content_style.css, has this rule in it:
H1 { text-align: left }
left align is the default for html documents with Left To Right (LTR)
orientation, so this rule doesn't add anything. on the other hand, on RTL
documents (i.e. when the help is translated to a RTL language such as hebrew),
text is aligned right, and this rule disrupts the text display, and has to be
disabled (commented out).
since i assume we will be using this file at least in the next release, and
maybe even for a subsequent one, i ask to remove this rule and save me this
little headache.
Reproducible: Always
Steps to Reproduce:
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #150619 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 2•21 years ago
|
||
Comment on attachment 150619 [details] [diff] [review]
Patch - removes line
What about helpFileLayout.css?
Attachment #150619 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Reporter | ||
Comment 3•21 years ago
|
||
the only problem with that file is that it has
.makeLeftMargin {
margin-left: 25px;
}
which may be better replaced with
.makeLeftMargin {
-moz-margin-start: 25px;
}
but i don't know where is this rule used.
Assignee | ||
Comment 4•21 years ago
|
||
Fix checked in.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•21 years ago
|
Attachment #150619 -
Flags: approval1.7?
Updated•21 years ago
|
Attachment #150619 -
Flags: approval1.7? → approval1.7-
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment 5•20 years ago
|
||
v (even though we're not using that file anymore...)
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•