Xxe/Css/publidoc.css
changeset 125 dd9b04a54839
parent 124 9298d951459b
child 127 efce69890bfd
--- a/Xxe/Css/publidoc.css	jeu. juin 21 19:10:16 2012 +0200
+++ b/Xxe/Css/publidoc.css	jeu. juil. 26 18:35:33 2012 +0200
@@ -222,7 +222,7 @@
   content: "Document"
            " – ID = " text-field(attribute, "id", columns, 15, color, white)
            " – Langue principale  = " combo-box(attribute, "xml:lang", font-size, 75%,
-             values, "en\A fr\A fr-FR\A es", color, white);
+             values, "en\A fr\A es", color, white);
 }
 publidoc > topic[id]:before {
   content: add-attribute-button() " Topic"
@@ -237,14 +237,14 @@
   content: add-attribute-button() " Topic"
            " – ID = " text-field(attribute, "id", columns, 15, color, white)
            " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%,
-             values, "en\A fr\A fr-FR\A es", color, white);
+             values, "en\A fr\A es", color, white);
 }
 publidoc > topic[id][type][xml|lang]:before {
   content: "Topic"
            " – ID = " text-field(attribute, "id", columns, 15, color, white)
            " – Type = " text-field(attribute, type, columns, 10, color, white)
            " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%,
-             values, "en\A fr\A fr-FR\A es", color, white);
+             values, "en\A fr\A es", color, white);
 }
 
 publidoc > * {