Make positions.html valid xhtml

news-update
David Bartley 16 years ago
parent 94051e3c05
commit 64c5982e26
  1. 8
      default.css
  2. 4
      xsl/positions.xsl

@ -23,6 +23,10 @@ h3 {
color: #0055aa;
}
a.position {
font-weight: bold;
}
a:visited {
background: transparent;
color: #8888aa;
@ -99,10 +103,6 @@ div.content {
text-align: left;
}
div.position {
font-weight: bold;
}
div.footerlogo {
float: right;
padding-left: 5px;

@ -13,9 +13,7 @@
<xsl:sort select="@order" order="ascending" />
<xsl:if test="holder">
<p>
<div class="position">
<a href="mailto:{@position}@csclub.uwaterloo.ca"><xsl:value-of select="@name" /></a>
</div>
<a class="position" href="mailto:{@position}@csclub.uwaterloo.ca"><xsl:value-of select="@name" /></a><br />
<xsl:for-each select="holder">
<xsl:value-of select="@name" /><br />
</xsl:for-each>

Loading…
Cancel
Save