Skip to content

Commit

Permalink
iGallery-modificator BEM > IAMCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
viT-1 committed Sep 1, 2016
1 parent 3e1d0e1 commit 83e8f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/original/iGallery.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
}

.iGallery-thumb120px .iGallery[ly-thumb] {
.iGallery[ly-thumb = 'h120px'] {
height: 120px;
}

Expand Down
2 changes: 1 addition & 1 deletion xsl/original/pgAbout-layScreen.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<xsl:template match="html[@data-ly-class = 'about']//*[@data-ly-class = 'certificates']/li/a/img/@alt">
<xsl:attribute name="class">iGallery iHover</xsl:attribute>
<xsl:attribute name="ly-thumb" />
<xsl:attribute name="ly-thumb">h120px</xsl:attribute>
<xsl:attribute name="alt"><xsl:value-of select="."/></xsl:attribute>
</xsl:template>

Expand Down

0 comments on commit 83e8f82

Please sign in to comment.