Changeset 32781
- Timestamp:
- 09.11.2009 17:14:35 (3 months ago)
- Location:
- _themes_/blueprint
- Files:
-
- 2 modified
- 1 moved
-
demo (moved) (moved from _themes_/blueprint/tests)
-
demo/blueprint.html (modified) (4 diffs)
-
plugin.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
_themes_/blueprint/demo/blueprint.html
r29947 r32781 29 29 </tr> 30 30 <tr> 31 <td><a href="#URL_PAGE{ tests/parts/sample}">Sample page</a></td>31 <td><a href="#URL_PAGE{demo/parts/sample}">Sample page</a></td> 32 32 <td> 33 33 <a href="#CHEMIN{blueprint/src/grid.css}">grid.css</a>, … … 37 37 </tr> 38 38 <tr class="even"> 39 <td><a href="#URL_PAGE{ tests/parts/grid}">Grid</a></td>39 <td><a href="#URL_PAGE{demo/parts/grid}">Grid</a></td> 40 40 <td> 41 41 <a href="#CHEMIN{blueprint/src/grid.css}">grid.css</a> … … 44 44 </tr> 45 45 <tr> 46 <td><a href="#URL_PAGE{ tests/parts/elements}">Typography</a></td>46 <td><a href="#URL_PAGE{demo/parts/elements}">Typography</a></td> 47 47 <td> 48 48 <a href="#CHEMIN{blueprint/src/typography.css}">typography.css</a> … … 51 51 </tr> 52 52 <tr class="even"> 53 <td><a href="#URL_PAGE{ tests/parts/forms}">Forms</a></td>53 <td><a href="#URL_PAGE{demo/parts/forms}">Forms</a></td> 54 54 <td> 55 55 <a href="#CHEMIN{blueprint/src/forms.css}">forms.css</a> -
_themes_/blueprint/plugin.xml
r29947 r32781 9 9 [fr]Un thème de base fondé sur [BluePrint->http://www.blueprintcss.org/] pour développer un site. 10 10 _ Ce thème n'est pas prêt à être utilisé en l'état, mais pose les éléments de base pour construire un habillage complet. 11 _ Documentation : spip.php?page= tests/blueprint11 _ Documentation : spip.php?page=demo/blueprint 12 12 [en]Theme based on [BluePrint->http://www.blueprintcss.org/] to use as a foundation for website development 13 13 _ This theme is not ready to use, but it settles basic elements in order to build a skin on. 14 _ Documentation : spip.php?page= tests/blueprint14 _ Documentation : spip.php?page=demo/blueprint 15 15 </multi> 16 16 </description>
