[svnbook commit] r3003 - in trunk/src: en/book tools

cmpilato noreply at red-bean.com
Thu Mar 27 08:48:59 CDT 2008


Author: cmpilato
Date: Thu Mar 27 08:48:59 2008
New Revision: 3003

Log:
* src/tools/base-html-stylesheet.xsl
  Note that we're using CC Attribute Licensed version 2.0, and move
  the <hr/> inside the custom <div>, so that we can...

* src/en/book/styles.css
  ...use CSS to disable the display of that horizontal rule.


Modified:
   trunk/src/en/book/styles.css
   trunk/src/tools/base-html-stylesheet.xsl

Modified: trunk/src/en/book/styles.css
==============================================================================
--- trunk/src/en/book/styles.css	(original)
+++ trunk/src/en/book/styles.css	Thu Mar 27 08:48:59 2008
@@ -3,7 +3,7 @@
 /************************************************************************/
 
 /*
- * Copyright (c) 2003-2007
+ * Copyright (c) 2003-2008
  * Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael Pilato.  
  * 
  * This work is licensed under the Creative Commons Attribution License.
@@ -249,4 +249,10 @@
 #svn-footer
 {
     font-size: 80%;
-}
\ No newline at end of file
+    text-align: center;
+}
+
+#svn-footer hr
+{
+    display: none;
+}

Modified: trunk/src/tools/base-html-stylesheet.xsl
==============================================================================
--- trunk/src/tools/base-html-stylesheet.xsl	(original)
+++ trunk/src/tools/base-html-stylesheet.xsl	Thu Mar 27 08:48:59 2008
@@ -24,10 +24,10 @@
   </xsl:template>
 
   <xsl:template name="user.footer.navigation">
-    <hr/>
     <div id="svn-footer">
+    <hr/>
     <p>You are reading <em>Version Control with Subversion</em>, by Ben Collins-Sussman, Brian W. Fitpatrick, and C. Michael Pilato.<br/>
-       This work is licensed under the <a href="http://creativecommons.org/licenses/by/2.0/">Creative Commons Attribution License</a>.<br/>
+       This work is licensed under the <a href="http://creativecommons.org/licenses/by/2.0/">Creative Commons Attribution License v2.0</a>.<br/>
        To submit comments, corrections, or other contributions to the text, please visit <a href="http://www.svnbook.com/">http://www.svnbook.com/</a>.</p>
     </div>
   </xsl:template>




More information about the svnbook-dev mailing list