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)

3.6 Branch
x86
Windows 2000
defect
Not set
normal

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!
Works fine for me. Please upload a testcase using the "Add an attachment" link on this bug report. Thanks.
Version: unspecified → 3.6 Branch
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
You need to log in before you can comment on or make changes to this bug.