From 22699dbb1ce21668bde51a849fed7937c4af2c0d Mon Sep 17 00:00:00 2001 From: tetue <tetue@rezo.net> Date: Thu, 25 May 2006 14:03:38 +0000 Subject: [PATCH] =?UTF-8?q?Le=CC=81ger=20correctif=20taille=20de=20typo=20?= =?UTF-8?q?de=20l'ente=CC=82te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/habillage.css | 4 +--- dist/style_prive.html | 14 +++++++------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/dist/habillage.css b/dist/habillage.css index 45bb11ff91..f397862ec9 100755 --- a/dist/habillage.css +++ b/dist/habillage.css @@ -78,9 +78,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor ---------------------------------------------- */ /* * Entete */ -#entete { - width: 100%; - font-size: 0.77em; } +#entete { width: 100%; } #entete #nom_site_spip { float: left; font-weight: bold; diff --git a/dist/style_prive.html b/dist/style_prive.html index cd51e38be5..a29ab74b67 100644 --- a/dist/style_prive.html +++ b/dist/style_prive.html @@ -1295,18 +1295,18 @@ a.triangle_block:hover { color: #666666; } - div.highlight { +div.highlight { color: #000; background-color: ##ENV{couleur_claire,edf3fe}; - } - div.highlight, div.pashighlight { +} +div.highlight, div.pashighlight { color: #666666; padding: 2px; - } - div.highlight:hover, div.pashighlight:hover { +} +div.highlight:hover, div.pashighlight:hover { color: #000; cursor: pointer; - } +} div.petite-rubrique { background: [(#ENV{ltr}|choixsiegal{left,1,99})%] no-repeat; @@ -1316,4 +1316,4 @@ div.petite-rubrique { div.rub-ouverte { padding-[(#ENV{ltr}|choixsiegal{left,right,left})]: 10px; background: url(#EVAL{_DIR_IMG_PACK}triangle-droite[(#ENV{ltr}|choixsiegal{left,'',_rtl})].gif) [(#ENV{ltr}|choixsiegal{left,right,left})] center no-repeat; -} +} \ No newline at end of file -- GitLab