Fixes display of title class in span and div for openweb and keynote skins.
authorStéphane Jacob <jacou@melix.net>
Mon, 29 Dec 2008 23:41:19 +0000 (00:41 +0100)
committerStéphane Jacob <jacou@melix.net>
Mon, 29 Dec 2008 23:41:19 +0000 (00:41 +0100)
htdocs/css/keynote.css
htdocs/css/openweb.css

index 16febdf..9f33b87 100644 (file)
@@ -247,6 +247,18 @@ th.grayed {
     font-style: italic;
 }
 
+div.titre {
+    color: #000000;
+    background: inherit;
+    font-weight: bold;
+}
+
+span.titre {
+    color: #000000;
+    background: inherit;
+    font-weight: bold;
+}
+
 /*******************************************************************************
     4   Tableau de choix de skins
         [ Styles pour les tableaux de types de ceux des skins ]
index e1654e2..d591728 100644 (file)
@@ -215,6 +215,18 @@ td.action {
 }
 td.action a { padding: 0px 2px; }
 
+div.titre {
+    color: #000000;
+    background: inherit;
+    font-weight: bold;
+}
+
+span.titre {
+    color: #000000;
+    background: inherit;
+    font-weight: bold;
+}
+
 /*******************************************************************************
     4   Tableau de choix de skins
         [ Styles pour les tableaux de types de ceux des skins ]