hgbook

diff web/support/styles/styles.css @ 1114:527b86d55d4a

inotify: update installation information

inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sun Dec 13 16:35:56 2009 +0900 (2009-12-13)
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	Sun Dec 13 16:35:56 2009 +0900
     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 {