From 9c956b9f5331b340d784c1839e78f9ff7e0727e4 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Sat, 27 May 2006 09:41:58 +0000
Subject: [PATCH] le texte moins gros que le chapo

---
 dist/habillage.css                     | 4 ++--
 dist/login.html                        | 4 +++-
 ecrire/balise/formulaire_recherche.php | 6 +++---
 formulaires/formulaire_recherche.html  | 4 +++-
 4 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/dist/habillage.css b/dist/habillage.css
index be4c69fd0c..74952ed81c 100755
--- a/dist/habillage.css
+++ b/dist/habillage.css
@@ -187,7 +187,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
 ---------------------------------------------- */
 .chapo { 
 	margin-bottom: 1.5em; 
-	font-size: 0.82em; 
+	font-size: 1em; 
 	font-weight: bold; 
 	line-height: 1.4em; }
 
@@ -200,7 +200,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
 	font-size: 0.82em;
 	font-weight: bold; }
 	
-.texte { color: #000; font-size: 1em; }
+.texte { color: #000; font-size: 0.84em; }
 
 .ps, .notes {
 	margin-top: 1.4em;
diff --git a/dist/login.html b/dist/login.html
index 48649e980a..c73b2be168 100644
--- a/dist/login.html
+++ b/dist/login.html
@@ -13,7 +13,9 @@
 	<meta name="generator" content="SPIP" />
 	[<link rel="shortcut icon" href="(#CHEMIN{favicon.ico})" />]
 	<link rel="stylesheet" href="#CHEMIN{spip_style.css}" type="text/css" />
-	<style>a { color: #e86519; }</style>
+	<style><!--
+		a { color: #e86519; text-decoration: none; }
+	--></style>
 </head>
 <body id="page_login" style="background: #FFF; text-align: center; font-size: 1em;">
 
diff --git a/ecrire/balise/formulaire_recherche.php b/ecrire/balise/formulaire_recherche.php
index e95ce9fa49..0c1a7b54de 100644
--- a/ecrire/balise/formulaire_recherche.php
+++ b/ecrire/balise/formulaire_recherche.php
@@ -32,9 +32,9 @@ function balise_FORMULAIRE_RECHERCHE_stat($args, $filtres) {
  
 function balise_FORMULAIRE_RECHERCHE_dyn($lien, $rech) {
 	return array('formulaire_recherche', 3600, 
-		     array('lien' => ($lien ? $lien : generer_url_public('recherche')),
-			'recherche' => (
-				_request('recherche') ? _request('recherche') : $rech )
+		array(
+			'lien' => ($lien ? $lien : generer_url_public('recherche')),
+			'recherche' => _request('recherche')
 		));
 }
 
diff --git a/formulaires/formulaire_recherche.html b/formulaires/formulaire_recherche.html
index 2a74a318bc..79c6b08038 100644
--- a/formulaires/formulaire_recherche.html
+++ b/formulaires/formulaire_recherche.html
@@ -4,7 +4,9 @@
 <form action="[(#ENV{lien})]" method="get">
 	[(#ENV{lien}|form_hidden)]
 	<label for="recherche" style="display: none;"><:info_rechercher:></label>
-	<input type="text" class="forml" name="recherche" id="recherche" value="[(#ENV{recherche}|sinon{<:info_rechercher:>})]" onfocus="this.value=''" />
+	<input type="text" class="forml" name="recherche" id="recherche"
+	value="[(#ENV{recherche}|sinon{<:info_rechercher:>"
+		onfocus="this.value='';})]" />
 </form>
 
 </div>
\ No newline at end of file
-- 
GitLab