Skip to content

Commit

Permalink
Add logo class to contact organization logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
François Prunayre committed Jul 4, 2013
1 parent 5c9f895 commit daeaf33
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -207,7 +207,7 @@
</xsl:for-each>

<xsl:if test="descendant::gmx:FileName">
<img src="{descendant::gmx:FileName/@src}" alt="logo" class="orgLogo" style="float:right;"/>
<img src="{descendant::gmx:FileName/@src}" alt="logo" class="logo orgLogo" style="float:right;"/>
<!-- FIXME : css -->
</xsl:if>
</xsl:with-param>
Expand Down

0 comments on commit daeaf33

Please sign in to comment.