Changeset 46806 in spip-zone
- Timestamp:
- Apr 15, 2011, 4:51:05 PM (9 years ago)
- Location:
- _plugins_/onglets_texte
- Files:
-
- 4 added
- 3 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/onglets_texte/css/tab.css
r46805 r46806 9 9 width: 70px; 10 10 height: 16px; 11 background-image: url( "tab.png");11 background-image: url(img/tab.png); 12 12 13 13 position: relative; … … 32 32 width: 74px !important; 33 33 height: 18px !important; 34 background-image: url( "tab.active.png") !important;34 background-image: url(img/tab-on.png) !important; 35 35 background-repaet: no-repeat; 36 36 … … 54 54 width: 70px; 55 55 height: 16px; 56 background-image: url( "tab.hover.png");56 background-image: url(img/tab-hover.png); 57 57 background-repaet: no-repeat; 58 58 } -
_plugins_/onglets_texte/plugin.xml
r46805 r46806 1 1 <plugin> 2 2 <nom>Onglets dans le texte</nom> 3 <version>1.1. 1</version>3 <version>1.1.2</version> 4 4 <etat>stable</etat> 5 5 <icon>icon.png</icon>
Note: See TracChangeset
for help on using the changeset viewer.