mosx1 / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

Multiple classes support #474

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Multiple css classes aren't working.

Example html:

<style type="text/css" media="all">
.main {
     background: red;
}

.colored {
     color: blue;
}
</style>

<p class="main colored">text text text text</p>

Text in PDF file has black color /not blue/ (second class "colored" is ignored).

Original issue reported on code.google.com by mira.chl...@gmail.com on 25 Apr 2012 at 4:16

GoogleCodeExporter commented 8 years ago
Tested on 0.6.0 beta3

Original comment by mira.chl...@gmail.com on 25 Apr 2012 at 4:18

GoogleCodeExporter commented 8 years ago
I'm not seeing any problems when rendering the sample your provided. Did you 
try the sample in your own installation?

Original comment by eclecticgeek on 25 Apr 2012 at 6:41

GoogleCodeExporter commented 8 years ago
My mistake - it's working good.

Original comment by mira.chl...@gmail.com on 25 Apr 2012 at 7:56

GoogleCodeExporter commented 8 years ago
Thank you for the confirmation.

Original comment by eclecticgeek on 25 Apr 2012 at 10:58

GoogleCodeExporter commented 8 years ago

Original comment by eclecticgeek on 30 May 2013 at 5:16