Issue 110 in svnbook: HTML version fails to load correctly

svnbook at googlecode.com svnbook at googlecode.com
Wed Feb 9 13:42:34 CST 2011


Comment #1 on issue 110 by cmpil... at gmail.com: HTML version fails to load  
correctly
http://code.google.com/p/svnbook/issues/detail?id=110

Hrm.  When I build the book as HTML, I get a CSS definition like so  
embedded in svn-book.html:

{{{
body { background-image:  
url('http://docbook.sourceforge.net/release/images/draft.png');
        background-repeat: no-repeat;
        background-position: top left;
        /* The following properties make the watermark "fixed" on the page.  
*/
        /* I think that's just a bit too distracting for the reader... */
        /* background-attachment: fixed; */
        /* background-position: center center; */
}}}

I take it that you don't see this in your version?





More information about the svnbook-dev mailing list