remove _only_ the unused images
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Fri Oct 03 15:29:55 2008 +0200 (16 months ago)
changeset 1445176b7194785
parent 143 730ecf354823
child 145 a81956c5148a
remove _only_ the unused images
nsnam.css
     1.1 --- a/nsnam.css	Fri Oct 03 15:27:42 2008 +0200
     1.2 +++ b/nsnam.css	Fri Oct 03 15:29:55 2008 +0200
     1.3 @@ -129,7 +129,7 @@
     1.4     width: 146px;
     1.5     padding: 0;
     1.6     margin: 0 0 10px 0px;
     1.7 -   background: #99ffff url(images/box_bottom2.gif) no-repeat bottom left;
     1.8 +   background: #99ffff no-repeat bottom left;
     1.9  }
    1.10  
    1.11  #navbar dt {
    1.12 @@ -140,7 +140,7 @@
    1.13     margin: 0px;
    1.14     border-bottom: 1px solid #fff;
    1.15     color: white;
    1.16 -   background: #009999 url(images/box_top2.gif) no-repeat top left;
    1.17 +   background: #009999 no-repeat top left;
    1.18  }
    1.19  
    1.20  #navbar dd {
    1.21 @@ -151,6 +151,6 @@
    1.22  }
    1.23  
    1.24  dd#selected {
    1.25 -   background: #99ffff url(images/arrow.gif) no-repeat;
    1.26 +   background: #99ffff no-repeat;
    1.27     background-position: 4px 10px;
    1.28  }