From 767f6985f9d0ed8afaa1eaf9082cc34494001456 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Tue, 30 Dec 2008 00:41:19 +0100 Subject: [PATCH] Fixes display of title class in span and div for openweb and keynote skins. --- htdocs/css/keynote.css | 12 ++++++++++++ htdocs/css/openweb.css | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index 16febdf..9f33b87 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -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 ] diff --git a/htdocs/css/openweb.css b/htdocs/css/openweb.css index e1654e2..d591728 100644 --- a/htdocs/css/openweb.css +++ b/htdocs/css/openweb.css @@ -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 ] -- 2.1.4