Skip to content

Commit

Permalink
Fixed locations better (commented out CSS hack)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdsimcoe committed Jul 1, 2012
1 parent 09756ab commit 8e1ce31
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
1 change: 0 additions & 1 deletion www/httpdocs/workspace/themes/active/css/common.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions www/httpdocs/workspace/themes/active/less/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -2510,15 +2510,15 @@ h3 {
}
}

.layout-events {
// .layout-events {

&.profile {
// &.profile {

.row + .row {
display: none;
}
}
}
// .row + .row {
// display: none;
// }
// }
// }

// media queries ---------------------------------------------------------

Expand Down
1 change: 0 additions & 1 deletion www/httpdocs/workspace/themes/active/xsl/events.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -350,5 +350,4 @@

</xsl:template>


</xsl:stylesheet>
4 changes: 2 additions & 2 deletions www/httpdocs/workspace/utilities/components.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@
<xsl:with-param name="entries" select="//events-entry-by-id/entry/location/item" />
</xsl:call-template>
</xsl:when>
<xsl:otherwise>
<!-- <xsl:otherwise>
<xsl:call-template name="component-locations">
<xsl:with-param name="position" select="name($xpath)" />
<xsl:with-param name="entries" select="//locations-entries-by-tag/entry" />
</xsl:call-template>
</xsl:otherwise>
</xsl:otherwise> -->
</xsl:choose>
</xsl:if>
<xsl:if test=". = 'members-roles'">
Expand Down

0 comments on commit 8e1ce31

Please sign in to comment.