Author: uli
Date: Thu Jan 31 08:19:15 2013
New Revision: 1440876
URL: http://svn.apache.org/viewvc?rev=1440876&view=rev
Log:
fix css paths
Modified:
tapestry/tapestry-site/trunk/template/template.vm
Modified: tapestry/tapestry-site/trunk/template/template.vm
URL:
http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/template/template.vm?rev=1440876&r1=1440875&r2=1440876&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/template/template.vm (original)
+++ tapestry/tapestry-site/trunk/template/template.vm Thu Jan 31 08:19:15 2013
@@ -27,8 +27,8 @@
Apache Tapestry Home Page
#end
</title>
- <link type="text/css" rel="stylesheet" href="$stylesheet">
- <link
href="http://svn.apache.org/repos/asf/tapestry/tapestry-site/branches/post-5.2-site/publish/styles/style.css"
rel="stylesheet" type="text/css"/>
+ <link type="text/css" rel="stylesheet" href="/resources/space.css">
+ <link href="/styles/style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="wrapper bs">