Changeset 175


Ignore:
Timestamp:
Sep 21, 2006, 12:08:31 AM (19 years ago)
Author:
garnier
Message:

menage dans les fichiers inutiles

Location:
presentations/Tools/v2
Files:
20 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • presentations/Tools/v2/Slidy/template.html

    r161 r175  
    2424  <img class="hidden" src="../images/fold.bmp" alt="" />
    2525  <img class="hidden" src="../images/unfold.bmp" alt="" />
    26   <img class="hidden" src="../images/fold-dim.bmp" alt="" />
     26  <img class="hidden" src="../images/fold-dim.gif" alt="" />
    2727  <img class="hidden" src="../images/nofold-dim.bmp" alt="" />
    28   <img class="hidden" src="../images/unfold-dim.bmp" alt="" />
     28  <img class="hidden" src="../images/unfold-dim.gif" alt="" />
    2929  <img class="hidden" src="../images/bullet-fold.gif" alt="" />
    3030  <img class="hidden" src="../images/bullet-unfold.gif" alt="" />
  • presentations/Tools/v2/css/styles.css

    r168 r175  
    138138ol.outline li.unfolded {
    139139  padding: 0 0 0 20px;
    140   background: transparent url(../images/fold-dim.bmp) no-repeat 0px 0.5em;
     140  background: transparent url(../images/fold-dim.gif) no-repeat 0px 0.5em;
    141141}
    142142ol.outline li.folded {
    143143  padding: 0 0 0 20px;
    144   background: transparent url(../images/unfold-dim.bmp) no-repeat 0px 0.5em;
     144  background: transparent url(../images/unfold-dim.gif) no-repeat 0px 0.5em;
    145145}
    146146ol.outline li.unfolded:hover {
     
    160160ul.outline li.unfolded {
    161161  padding: 0 0 0 20px;
    162   background: transparent url(../images/fold-dim.bmp) no-repeat 5px 8px;
     162  background: transparent url(../images/fold-dim.gif) no-repeat 5px 8px;
    163163}
    164164ul.outline li.folded {
    165165  padding: 0 0 0 20px;
    166   background: transparent url(../images/unfold-dim.bmp) no-repeat 5px 8px;
     166  background: transparent url(../images/unfold-dim.gif) no-repeat 5px 8px;
    167167}
    168168
     
    183183li ul.outline li.unfolded {
    184184  padding: 0 0 0 20px;
    185   background: transparent url(../images/fold-dim.bmp) no-repeat 5px 8px;
     185  background: transparent url(../images/fold-dim.gif) no-repeat 5px 8px;
    186186}
    187187li ul.outline li.folded {
    188188  padding: 0 0 0 20px;
    189   background: transparent url(../images/unfold-dim.bmp) no-repeat 5px 8px;
     189  background: transparent url(../images/unfold-dim.gif) no-repeat 5px 8px;
    190190}
    191191li ul.outline li.unfolded:hover {
Note: See TracChangeset for help on using the changeset viewer.