diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-02-09 12:29:36 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-02-09 12:29:36 +0000 |
commit | 4b1f640993f9d5c5ee253439cac3939ab1a66662 (patch) | |
tree | abf9c2b1c84c4add8cc4fc8fb3c276d72397f48d /build/html-style.properties | |
parent | 6192230511a90a632a7372bd5124221406b32ebe (diff) | |
download | vaadin-framework-4b1f640993f9d5c5ee253439cac3939ab1a66662.tar.gz vaadin-framework-4b1f640993f9d5c5ee253439cac3939ab1a66662.zip |
svn changeset:602/svn branch:toolkit
Diffstat (limited to 'build/html-style.properties')
-rw-r--r-- | build/html-style.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/html-style.properties b/build/html-style.properties index 91bbc12f3e..24f10f9975 100644 --- a/build/html-style.properties +++ b/build/html-style.properties @@ -4,3 +4,8 @@ docbook.head.title=<xsl:apply-templates select="." mode="object.title.markup.tex html.body.start1=<div id="container"><div id="header"><h1> html.body.start2=</h1></div><div id="itmilllogo"></div> html.body.end=<div id="footer"><span>Version: ${version}</span>© Oy IT Mill Ltd. 2000-2007</div></div> +html.head.tag=<head> +html.head.endtag=</head> +html.head.style=<link rel="stylesheet" type="text/css" href="styles/demos.css" /> +javadoc.doctitle=<h1>IT Mill Toolkit</h1> +javadoc.copyright=<i>Copyright © 2000-2006 IT Mill Ltd. All Rights Reserved.</i>
\ No newline at end of file |