www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 39611da89f83c2a9be44901be913d0bdd16b2ad6
parent 52635343d438601b088f1d9b9e640b1282724e8a
Author: Yoann Bonavero <yoann.b87@voila.fr>
Date:   Thu, 17 Feb 2011 14:04:39 +0100

Continuation de la page index.php.

Diffstat:
Mcode/serveur/php/index.php | 5++++-
Mcode/serveur/php/simple.css | 8++++++++
2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/code/serveur/php/index.php b/code/serveur/php/index.php @@ -12,7 +12,10 @@ <?php include("menu.html"); ?> </div> <div class="content"> - <p>Page d'accueil.</p> + <h2>Le projet</h2> + <p> Le projet...</p> + <h2>La beta</h2> + <p> La version beta de PtiClic...</h2> </div> <div class="footer"> <?php include("footer.html"); ?> diff --git a/code/serveur/php/simple.css b/code/serveur/php/simple.css @@ -35,6 +35,14 @@ padding-bottom : 4em; } +.content p { + margin-left : 2%; +} + +.content p:first-letter { + margin-left : 2%; +} + html, body { padding: 0; margin: 0;