Debug-message von <news-list/> raus

Im CSS kein border-bottom für //abbr[@class='dtstart' or @class='dtend']


git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@494 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2006-07-28 14:32:25 +00:00
parent cda5853ef5
commit cf8e162dfb
2 changed files with 4 additions and 1 deletions

View File

@ -316,6 +316,10 @@ ul.details_event {
list-style-type: none;
}
abbr.dtstart, abbr.dtend {
border-bottom: none;
}
/* -- Search Engine -- */
div.search div.estform {
margin: 0.8em 1.0em; padding: 0em 1.0em;

View File

@ -312,7 +312,6 @@
<xsl:template match="news-list">
<xsl:variable name="category" select="@category"/>
<xsl:variable name="details" select="@details"/>
<xsl:message>category <xsl:value-of select="$category"/></xsl:message>
<xsl:for-each select="document('../news.xml')/page/news/newsfile">