You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2009/11/12 15:04:15 UTC

svn commit: r835385 - in /tcl/site/rivet: index.html rivet.css

Author: mxmanghi
Date: Thu Nov 12 14:04:15 2009
New Revision: 835385

URL: http://svn.apache.org/viewvc?rev=835385&view=rev
Log:
added aknowledgements as per direction issued by ASF staff, small changes to rivet.css

Modified:
    tcl/site/rivet/index.html
    tcl/site/rivet/rivet.css

Modified: tcl/site/rivet/index.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/index.html?rev=835385&r1=835384&r2=835385&view=diff
==============================================================================
--- tcl/site/rivet/index.html (original)
+++ tcl/site/rivet/index.html Thu Nov 12 14:04:15 2009
@@ -12,6 +12,8 @@
 
 
 
+
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -30,6 +32,8 @@
 
 
 
+
+
 	<title>Rivet</title>
 	<link rel="stylesheet" href="rivet.css" />
     </head>
@@ -70,6 +74,14 @@
         </span>
     </div>
 </div>
+<div class="staticmenu" id="acknowledgments">
+    <div class="menuheader">Acknowledgments</div>
+    <div class="itemcontainer">
+        <span class="navitem">
+            <a href="http://www.apache.org/foundation/thanks.html">ASF Sponsorship</a>
+        </span>
+    </div>
+</div>
 
 </div>
 		<div class="navbar navright"></div>
@@ -209,11 +221,11 @@
 </div>
 
 </div>
-		    <div id="last_modified">Last Modified: 20-06-2009 00:57:23 UTC</div>
+		    <div id="last_modified">Last Modified: 26-08-2009 16:52:27 UTC</div>
 		</div>
 		<div class="clearfloats"></div>
 		<!--div class="leftaligned">:$Author: $</div>
-		<div class="rightaligned">:20-06-2009 00:57:23</div-->
+		<div class="rightaligned">:26-08-2009 16:52:27</div-->
 		<div>
 		    <table align="center" width="100%">
 			<tr>

Modified: tcl/site/rivet/rivet.css
URL: http://svn.apache.org/viewvc/tcl/site/rivet/rivet.css?rev=835385&r1=835384&r2=835385&view=diff
==============================================================================
--- tcl/site/rivet/rivet.css (original)
+++ tcl/site/rivet/rivet.css Thu Nov 12 14:04:15 2009
@@ -76,10 +76,14 @@
 
 div.staticmenu {
     margin-top:	    	2px;
+    margin-bottom:	1em;
 /*  border:	    	1px solid blue; */
 }
 
 div.menuheader {
+    border-top:		1px solid black;
+    padding-top:	4px;
+    padding-bottom:	4px;
     background-color: 	#eee;
 }
 
@@ -89,6 +93,16 @@
     margin:		0.5em;
 }
 
+span.navitem a {
+    text-decoration:	none;
+    padding:		2px;
+}
+
+span.navitem a:hover {
+    background-color:	#eee;
+    border:		1px solid #808080;
+}
+
 div#content {
     margin-top:	    	2px;
     font-size:		10pt;
@@ -184,7 +198,7 @@
 }
 
 pre.code {
-    padding: 1ex;
+    padding:		1ex;
 }
 
 blockquote {
@@ -193,11 +207,11 @@
 }
 
 span.type {
-   color:   #4682B4;
+    color:		#4682B4;
 }
 
 td {
-    padding:	0.5em;
+    padding:		0.5em;
 }
 
 td.code {



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org