Set imageSmoothingEnabled to false for C1Pjs (although in this case the improvement seems negligible)
This commit is contained in:
parent
29cedbf079
commit
252fc520a4
213 changed files with 298 additions and 254 deletions
|
|
@ -13,11 +13,11 @@
|
|||
<xsl:variable name="CSSCLASS">pcjs</xsl:variable>
|
||||
<xsl:variable name="APPCLASS">pcjs</xsl:variable>
|
||||
<xsl:variable name="APPNAME">PCjs</xsl:variable>
|
||||
<xsl:variable name="APPVERSION">1.22.0</xsl:variable>
|
||||
<xsl:variable name="APPVERSION">1.22.1</xsl:variable>
|
||||
<xsl:variable name="SITEHOST">www.pcjs.org</xsl:variable>
|
||||
|
||||
<xsl:template name="componentStyles">
|
||||
<link rel="stylesheet" type="text/css" href="/versions/pcjs/1.22.0/components.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="/versions/pcjs/1.22.1/components.css"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="componentScripts">
|
||||
|
|
|
|||
Loading…
Reference in a new issue