Closed
Bug 633923
Opened 15 years ago
Closed 15 years ago
css-property text-align: right doesnt work when used in a class
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: aw.privat, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
When I use:
<div style="text-align: right">bla bla bla</div>
works as expected
When I use as class:
------------
.right {
text-align:right;
};
------------
<div class="right">bla bla bla</div>
DOESNT WORK!!
Reproducible: Always
Steps to Reproduce:
1.Define class in your stylesheet
.right {
text-align:right;
};
2. use this class
<div style="text-align: right">bla bla bla</div>
3. Load your page
Actual Results:
no effect
Expected Results:
right aligned text!
Comment 1•15 years ago
|
||
Works fine for me. Please upload a testcase using the "Add an attachment" link
on this bug report. Thanks.
Updated•15 years ago
|
Keywords: testcase-wanted
Updated•15 years ago
|
Version: unspecified → 3.6 Branch
Comment 2•15 years ago
|
||
Please reopen this bug report when you have a complete test that demonstrates
the problem. Thanks.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Updated•10 years ago
|
Keywords: testcase-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•