----Message d'origine----
De: Nicolas Krebs <nicolas1.krebs2@netcourrier.com>
A: spip-dev@rezo.net
Sujet: Re: [spip-dev] modification des squelettes de base
Date: Sun, 22 Aug 2004 21:57:03 CEST
<table class="signatures">
<thead class="structure">
<tr>
- <td><:date:></td>
- <td><:nom:></td>
- <td><:message:></td>
+ <th><:date:></th>
+ <th><:nom:></th>
+ <th><:message:></th>
</tr>
</thead>
<tbody>]
<//B_signatures_decompte>
Complément :
diff -u habillage.css
--- habillage.css Wed Aug 18 14:43:48 2004
+++ habillage.css Mon Aug 23 19:04:50 2004
@@ -343,8 +343,10 @@
margin-bottom: 1em;
width: 100%;
}
-.signatures td {
+.signatures td, .signatures th {
-moz-border-radius: 0.4em;
+}
+.signatures th {
}
.signatures-titre {
clear: right;
ou (à choisir) :
diff -u habillage.css
--- habillage.css Wed Aug 18 14:43:48 2004
+++ habillage.css Mon Aug 23 19:04:50 2004
@@ -343,8 +343,10 @@
margin-bottom: 1em;
width: 100%;
}
.signatures td {
-moz-border-radius: 0.4em;
+}
+.signatures th {
+ -moz-border-radius: 0.4em;
}
.signatures-titre {
clear: right;