[svnbook] r4475 committed - [In branches/1.6]...

svnbook at googlecode.com svnbook at googlecode.com
Fri May 3 11:56:34 CDT 2013


Revision: 4475
Author:   cmpilato at gmail.com
Date:     Fri May  3 09:56:13 2013
Log:      [In branches/1.6]

* en/stylesheets/custom-html-stylesheet.xsl
   Rename header block ID from "vcws-header" to "vcws-version-notice"

* en/book/styles.css
   Updating styles to track the ID change, to avoid printing that
   block, and to avoiding shrinking and centering its text.
http://code.google.com/p/svnbook/source/detail?r=4475

Modified:
  /branches/1.6/en/book/styles.css
  /branches/1.6/en/stylesheets/custom-html-stylesheet.xsl

=======================================
--- /branches/1.6/en/book/styles.css	Fri May  3 08:21:25 2013
+++ /branches/1.6/en/book/styles.css	Fri May  3 09:56:13 2013
@@ -197,23 +197,21 @@
  .navheader hr, .navfooter hr {
    display: none;
  }
-#vcws-header, #vcws-footer {
-  font-size: 80%;
-  text-align: center;
-}
-#vcws-header {
+#vcws-version-notice {
    margin-bottom: 1em;
    background-color: yellow;
    padding: 0.5em 1em;
  }
-#vcws-header p, #vcws-footer p {
+#vcws-version-notice p, #vcws-footer p {
    margin: 0;
  }
-#vcws-header hr, #vcws-footer hr {
+#vcws-version-notice hr, #vcws-footer hr {
    display: none;
  }
  #vcws-footer {
    margin-top: 1em;
+  font-size: 80%;
+  text-align: center;
  }

  /* --------------------- */
@@ -227,6 +225,9 @@
    .navheader, .navfooter {
      display: none;
    }
+  #vcws-version-notice {
+    display: none;
+  }
    #vcws-footer hr {
      display: block;
    }
=======================================
--- /branches/1.6/en/stylesheets/custom-html-stylesheet.xsl	Fri May  3  
08:21:25 2013
+++ /branches/1.6/en/stylesheets/custom-html-stylesheet.xsl	Fri May  3  
09:56:13 2013
@@ -3,13 +3,13 @@
    <!-- Here live locale-specific customizations to the HTML base  
stylesheet -->

    <xsl:template name="user.header.navigation">
-    <div id="vcws-header">
-    <hr/>
-    <p>This documentation was written to describe Subversion 1.6.  If
-       you are running a newer version of Subversion, we strongly suggest
-       that you visit <a href="http://www.svnbook.com/"
-       >http://www.svnbook.com/</a> and consult the version of this book
-       appropriate for your version of Subversion.</p>
+    <div id="vcws-version-notice">
+    <p>This documentation was written to describe the 1.6.x series of
+       Subversion.  If you are running a different version of Subversion,
+       you are strongly encourages to visit <a
+       href="http://www.svnbook.com/" >http://www.svnbook.com/</a> and
+       instead consult the version of this documentations appropriate for
+       your version of Subversion.</p>
      </div>
    </xsl:template>





More information about the svnbook-dev mailing list