Author: xavier
Date: Thu Mar 1 22:55:20 2007
New Revision: 513636
URL: http://svn.apache.org/viewvc?view=rev&rev=513636
Log:
add incubator and ivy home in breadcrumb
Modified:
incubator/ivy/core/trunk/doc/style/nav.css
incubator/ivy/core/trunk/doc/template.html
Modified: incubator/ivy/core/trunk/doc/style/nav.css
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/style/nav.css?view=diff&rev=513636&r1=513635&r2=513636
==============================================================================
--- incubator/ivy/core/trunk/doc/style/nav.css (original)
+++ incubator/ivy/core/trunk/doc/style/nav.css Thu Mar 1 22:55:20 2007
@@ -1,10 +1,10 @@
-#navcontainer .breadCrumb {
+#navcontainer {
color: white;
margin-left: 20px;
}
-#navcontainer .breadCrumb a {
+#navcontainer a {
color: white;
text-decoration: none;
}
Modified: incubator/ivy/core/trunk/doc/template.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/template.html?view=diff&rev=513636&r1=513635&r2=513636
==============================================================================
--- incubator/ivy/core/trunk/doc/template.html (original)
+++ incubator/ivy/core/trunk/doc/template.html Thu Mar 1 22:55:20 2007
@@ -30,7 +30,7 @@
<td>
<div id="navcontainer">
- ${breadCrumb}
+ <a href="http://incubator.apache.org/">Apache Incubator</a>
> <a href="http://incubator.apache.org/ivy/">Ivy</a> > ${breadCrumb}
</div>
</td>
</tr>