hgbook

diff web/support/styles/styles.css @ 1029:9e12ed413ef9

Fixing build, depending on installation fop config file may be missing
author Romain PELISSE <belaran@gmail.com>
date Thu Apr 22 12:39:20 2010 +0200 (2010-04-22)
parents a9e6eca8bfc5
children
line diff
     1.1 --- a/web/support/styles/styles.css	Tue Oct 27 00:32:34 2009 +0100
     1.2 +++ b/web/support/styles/styles.css	Thu Apr 22 12:39:20 2010 +0200
     1.3 @@ -72,11 +72,11 @@
     1.4  }
     1.5  
     1.6  pre.screen {
     1.7 -  background-image: url(figs/shell.png);
     1.8 +  background-image: url(/support/icons/shell.png);
     1.9  }
    1.10  
    1.11  pre.programlisting {
    1.12 -  background-image: url(figs/source.png);
    1.13 +  background-image: url(/support/icons/source.png);
    1.14  }
    1.15  
    1.16  pre.programlisting, pre.screen, p.remark {
    1.17 @@ -150,7 +150,7 @@
    1.18  }
    1.19  
    1.20  p.remark {
    1.21 -  background-image: url(figs/remark.png);
    1.22 +  background-image: url(/support/icons/remark.png);
    1.23  }
    1.24  
    1.25  div.warning, p.remark {