# HG changeset patch
# User Patrick PIERRE <patrick.pierre@prismallia.fr>
# Date 1325848143 -3600
# Node ID b47c497e1f0febe4d42d3117b242678fb533fa0e
# Parent  e38ad0e8e9d40f62a71fd25f01769a0fa770af6f
caption & term

diff -r e38ad0e8e9d4 -r b47c497e1f0f Xxe/Css/publidoc.css
--- a/Xxe/Css/publidoc.css	ven. janv. 06 00:45:13 2012 +0100
+++ b/Xxe/Css/publidoc.css	ven. janv. 06 12:09:03 2012 +0100
@@ -93,11 +93,12 @@
            insert-after-button(icon, icon(right-half-disc));
 }
 
-head role {
+contributor role {
   color: #7f7f7f;
-  content: " role : " combo-box(element, "role", font-size, 75%,
+  content: " rôle : " combo-box(element, role, font-size, 75%,
              labels, "auteur\A illustrateur\A éditeur"
-             values, "author\A illustrator\A publisher", color, black);;
+             values, "author\A illustrator\A publisher", color, black)
+           insert-same-after-button(icon, icon(right-half-disc));
 }
 
 /* source ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@@ -382,12 +383,21 @@
 
 /* media ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
 
+media {
+  text-align: center;
+}
+
 image {
   display: block;
   margin: .5em;
   content: concatenate("image('Images/", attr(id), ".png', -200, -200, smooth)");
 }
 
+caption {
+  font-style: italic;
+  font-size: 93%;
+}
+
 
 /* Inline level ============================================================ */
 
@@ -420,6 +430,10 @@
 
 highlight { font-weight: bold; }
 
+/* term ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
+
+term { font-style: italic; }
+
 /* link ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
 
 link:before {