From 59b9f4dca3515f6fea5f493328682b151fd5be5f Mon Sep 17 00:00:00 2001 From: tetue <tetue@rezo.net> Date: Sat, 24 Jun 2006 12:44:15 +0000 Subject: [PATCH] Petite revision de forum.html --- dist/forum.html | 9 +++++---- dist/spip_style.css | 7 ++----- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/dist/forum.html b/dist/forum.html index 5f5d81ce23..6200b78993 100644 --- a/dist/forum.html +++ b/dist/forum.html @@ -75,12 +75,14 @@ <div id="contenu"> - <h1 class="invisible"><:poster_message:></h1> + <div class="cartouche"> + <h1 class="titre"><:poster_message:></h1> + <p class="surtitre"><:en_reponse:></p> + </div> <div class="liste-articles"> <ul><li> - <h2 class="surtitre"><:en_reponse:></h2> <BOUCLE_forum_parent(FORUMS) {id_forum}> <h3 class="titre"><a href="#URL_FORUM">#TITRE</a></h3> @@ -118,8 +120,7 @@ </div> - [<h3 class="spip"><:envoyer_message:></h3> - (#FORMULAIRE_FORUM)] + #FORMULAIRE_FORUM </div><!-- fin contenu --> diff --git a/dist/spip_style.css b/dist/spip_style.css index ebcadf2880..229ad6cd6d 100644 --- a/dist/spip_style.css +++ b/dist/spip_style.css @@ -3,6 +3,7 @@ /* Ces styles sont indispensables et doivent necessairement etre */ /* definis pour le bon fonctionnement de votre squelette */ + /* Raccourcis typographiques de SPIP */ i.spip {} strong.spip {} @@ -82,11 +83,7 @@ table.spip_barre { width: 100%; } table.spip_barre a img { background: #FDA; padding: 3px; - border-left: 1px solid #FFF; - border-top: 1px solid #FFF; - border-right: 1px solid #999; - border-bottom: 1px solid #999; } - + border: 1px outset #999; } table.spip_barre a:hover img { background: #FFF; border: 1px solid #999; } -- GitLab