view xsls/versions.xsls @ 134:0991bf45cbb8

Added "white-space: nowrap" to prevent date wrapping. Additionally, moved all formatting into CSS where it should be.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 21 Oct 2011 21:16:08 +0000
parents 61e04fc01027
children be54c443235a
line wrap: on
line source

X:stylesheet {

X:template = "development_version" {
   !{ normalize-space(document(concat($XML, '/versions.xml'))
                      /versions/development) }
}

X:template = "stable_version" {
   !{ normalize-space(document(concat($XML, '/versions.xml'))
                      /versions/stable) }
}

}