[svnbook commit] r2682 - trunk/www

cmpilato noreply at red-bean.com
Mon Feb 12 14:30:39 CST 2007


Author: cmpilato
Date: Mon Feb 12 14:30:38 2007
New Revision: 2682

Modified:
   trunk/www/index.en.html
   trunk/www/styles.css

Log:
* www/index.en.html
  Make the author names link to their personal websites...

* www/styles.css
  ...but don't make a big deal about it.


Modified: trunk/www/index.en.html
==============================================================================
--- trunk/www/index.en.html	(original)
+++ trunk/www/index.en.html	Mon Feb 12 14:30:38 2007
@@ -209,8 +209,11 @@
 
 <!-- CONTENT ENDS -->
 
-<h1 class="authorlist">Ben Collins-Sussman,<br />Brian W. Fitzpatrick
-                       & C. Michael Pilato</h1>
+<h1 class="authorlist"><a href="http://www.red-bean.com/sussman/">Ben
+   Collins-Sussman</a>,<br /><a
+   href="http://www.red-bean.com/fitz/">Brian W. Fitzpatrick</a> &
+   <a href="http://www.red-bean.com/cmpilato/">C. Michael
+   Pilato</a></h1>
 
 <hr />
 

Modified: trunk/www/styles.css
==============================================================================
--- trunk/www/styles.css	(original)
+++ trunk/www/styles.css	Mon Feb 12 14:30:38 2007
@@ -153,6 +153,12 @@
     text-align: right;
 }
 
+#content .authorlist a
+{
+    color: black;
+    text-decoration: none;
+}
+
 .versionlist
 {
     border: 1px black dotted;




More information about the svnbook-dev mailing list