[svnbook] r3935 committed - * src/en/book/styles.css...

svnbook at googlecode.com svnbook at googlecode.com
Fri Jul 29 10:57:10 CDT 2011


Revision: 3935
Author:   cmpilato at gmail.com
Date:     Fri Jul 29 08:54:03 2011
Log:      * src/en/book/styles.css
   Override FOP's preference to not repeat the background image.  I
   want "DRAFT" notices to show up as a repeating watermark.

http://code.google.com/p/svnbook/source/detail?r=3935

Modified:
  /trunk/src/en/book/styles.css

=======================================
--- /trunk/src/en/book/styles.css	Fri Jul  1 07:47:27 2011
+++ /trunk/src/en/book/styles.css	Fri Jul 29 08:54:03 2011
@@ -17,6 +17,7 @@

  body {
    background: white;
+  background-repeat: repeat-y !important;
    margin: 1in;
    font-family: serif;
  }




More information about the svnbook-dev mailing list