[svnbook] r4478 committed - * en/stylesheets/custom-html-stylesheet.xsl...

svnbook at googlecode.com svnbook at googlecode.com
Fri May 3 12:11:07 CDT 2013


Revision: 4478
Author:   cmpilato at gmail.com
Date:     Fri May  3 10:10:26 2013
Log:      * en/stylesheets/custom-html-stylesheet.xsl
   Rename #vcws-header to #vcws-version-notice.

* en/book/styles.css
   Style tweaks to track the renamed block.
http://code.google.com/p/svnbook/source/detail?r=4478

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

=======================================
--- /trunk/en/book/styles.css	Fri May  3 08:18:45 2013
+++ /trunk/en/book/styles.css	Fri May  3 10:10:26 2013
@@ -221,23 +221,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;
  }

  /* --------------------- */
@@ -251,6 +249,9 @@
    .navheader, .navfooter {
      display: none;
    }
+  #vcws-version-notice {
+    display: none;
+  }
    #vcws-footer hr {
      display: block;
    }
=======================================
--- /trunk/en/stylesheets/custom-html-stylesheet.xsl	Mon Nov 14 06:16:28  
2011
+++ /trunk/en/stylesheets/custom-html-stylesheet.xsl	Fri May  3 10:10:26  
2013
@@ -6,8 +6,7 @@
    <xsl:param name="draft.watermark.image">images/draft.png</xsl:param>

    <xsl:template name="user.header.navigation">
-    <div id="vcws-header">
-    <hr/>
+    <div id="vcws-version-notice">
      <p>This text is a work in progress—highly subject to
         change—and may not accurately describe any released
         version of the Apache™ Subversion® software.




More information about the svnbook-dev mailing list