You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2008/05/08 19:51:01 UTC

svn commit: r654590 - in /ant/ivy/ivyde/trunk/doc: style/nav.css template.html

Author: hibou
Date: Thu May  8 10:50:54 2008
New Revision: 654590

URL: http://svn.apache.org/viewvc?rev=654590&view=rev
Log:
- use a bread crumb

Modified:
    ant/ivy/ivyde/trunk/doc/style/nav.css
    ant/ivy/ivyde/trunk/doc/template.html

Modified: ant/ivy/ivyde/trunk/doc/style/nav.css
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/style/nav.css?rev=654590&r1=654589&r2=654590&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/style/nav.css (original)
+++ ant/ivy/ivyde/trunk/doc/style/nav.css Thu May  8 10:50:54 2008
@@ -1,96 +1,9 @@
-#navcontainer {
-	width: inherit;
-	margin: 0 0 0 50px;
-	padding-left: 0;
-	height: 1.20em;
-	z-index: 100;
+#navcontainer  {
+    color: white;
+	margin-left: 20px;
 }
 
-#nav {
-	font: bold 0.75em/100% Trebuchet MS, Arial, Helvetica, sans-serif;
-	float: left;
-	width: inherit;
-	list-style: none;
-	line-height: 1;
-	padding: 0;
-	margin: 0;
-	z-index: 100;
-}
-
-#nav ul {
-	font: normal 100%/140% Trebuchet MS, Arial, Helvetica, sans-serif;
-	position: absolute;
-	left: -999em;
-	height: auto;
-	width: 11.4em;
-	w\idth: 12.0em;
-	list-style: none;
-	margin: 0;
-	padding: 0;
-	z-index: 100;
-}
-
-#nav li {
-	float: left;
-	padding: 0;
-	width: auto;
-	z-index: 100;
-}
-
-#nav ul li {
-	float: left;
-	padding: 0;
-	width: 10em;
-	z-index: 100;
-}
-
-#nav li a {
-	display: block;
-	width: auto;
-	padding: 0.25em 1.0em;
+#navcontainer  a {
+    color: white;
 	text-decoration: none;
 }
-
-#nav .title {
-  text-align: center;
-  font-weight: 700;
-	width: 11em;
-	w\idth: 10em;
-	margin: 0;
-	padding: 0.15em 1.0em;
-}
-
-#nav li li a {
-	width: 11em;
-	w\idth: 10em;
-	margin: 0;
-	padding: 0.25em 1.0em;
-}
-
-#nav li ul ul {
-	margin: -1.75em 0 0 11em;
-	z-index: 100;
-}
-
-#nav li:hover ul ul,
-#nav li:hover ul ul ul,
-#nav li.sfhover ul ul,
-#nav li.sfhover ul ul ul {
-	left: -999em;
-	z-index: 100;
-}
-
-#nav li:hover ul,
-#nav li li:hover ul,
-#nav li li li:hover ul,
-#nav li.sfhover ul,
-#nav li li.sfhover ul,
-#nav li li li.sfhover ul {
-	left: auto;
-	z-index: 100;
-}
-
-#nav li:hover,
-#nav li.sfhover {
-	z-index: 100;
-}

Modified: ant/ivy/ivyde/trunk/doc/template.html
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/template.html?rev=654590&r1=654589&r2=654590&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/template.html (original)
+++ ant/ivy/ivyde/trunk/doc/template.html Thu May  8 10:50:54 2008
@@ -48,10 +48,7 @@
 		<td>
 
 		<div id="navcontainer">
-		<ul id="nav">
-			<li><a href="index.html">Home</a></li>
-			<li><a href="download.html">Download</a></li>
-		</ul>
+		<a href="http://ant.apache.org/">Apache Ant</a> &gt; <a href="http://ant.apache.org/ivy/">Ivy</a> &gt; <a href="http://ant.apache.org/ivy/ivyde/">IvyDE</a> &gt; ${breadCrumb}
 		</div>
 		</td>
 	</tr>
@@ -89,9 +86,9 @@
 		<td align="center" valign="middle">
 		<div class="primary-links">:: 
 			<a href="index.html">Home</a> ::
-			<a href="download.html">Download</a> ::
-			<a href="documentation.html">Documentation</a> ::
-			<a href="get-involved.html">Get involved</a> ::
+			<a href="editor.html">Editor</a> ::
+			<a href="cp_container.html">Classpath Container</a> ::
+			<a href="maven.html">Use with maven poms</a> ::
 		</div>
 		</td>
 	</tr>