From: Stéphane Jacob Date: Mon, 29 Dec 2008 23:41:19 +0000 (+0100) Subject: Fixes display of title class in span and div for openweb and keynote skins. X-Git-Tag: xorg/1.0.0~332^2~344^2~52 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=767f6985f9d0ed8afaa1eaf9082cc34494001456;p=platal.git Fixes display of title class in span and div for openweb and keynote skins. --- 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 ]