Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2539 - in development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html: . resources/styles

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT hedhman.org
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2539 - in development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html: . resources/styles
  • Date: Fri, 13 May 2005 12:35:48 +0000

Author: niclas AT hedhman.org
Date: Fri May 13 12:35:22 2005
New Revision: 2539

Modified:

development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/resources/styles/style.css

development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/standard.xsl
Log:
Fixed the Generated: date output in the footer.

Modified:
development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/resources/styles/style.css
==============================================================================
---
development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/resources/styles/style.css
(original)
+++
development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/resources/styles/style.css
Fri May 13 12:35:22 2005
@@ -241,6 +241,14 @@
font-size: 72%;
}

+.generated-date
+{
+ margin-left: 1em;
+ margin-right: 1em;
+ margin-bottom: 1em;
+ font-size: 72%;
+}
+
.views
{
margin-top: 10px;

Modified:
development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/standard.xsl
==============================================================================
---
development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/standard.xsl
(original)
+++
development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/standard.xsl
Fri May 13 12:35:22 2005
@@ -129,9 +129,10 @@
<xsl:value-of select="$copyright" />
</a>
</span>
- <span class="generated-date"><xsl:value-of
select="$generated_date" /></span>
</xsl:otherwise>
</xsl:choose>
+ <br/>
+ <span class="generated-date">Generated: <xsl:value-of
select="$generated_date" /></span>
<!--
<div class="views" >
<a id="xmllink" class="viewlink" >



  • svn commit: r2539 - in development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html: . resources/styles, niclas, 05/13/2005

Archive powered by MHonArc 2.6.24.

Top of Page