From 4dc2ae1887b90c14cb672577a3821998fdffd116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 18 May 2002 15:07:49 +0000 Subject: [PATCH] removed ^M --- fpdf/fpdf.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fpdf/fpdf.css b/fpdf/fpdf.css index 07384753c..a9a789e96 100755 --- a/fpdf/fpdf.css +++ b/fpdf/fpdf.css @@ -1,6 +1,6 @@ H2 {color: #4000A0} -.st {font-weight:bold; color:#A02020} -A.demo {text-decoration:none; font-weight:bold; color:#0000CC} -A.demo:link {text-decoration:none; font-weight:bold; color:#0000CC} -A.demo:hover {text-decoration:none; font-weight:bold; color:#0000FF} -A.demo:active {text-decoration:none; font-weight:bold; color:#0000FF} +.st {font-weight: bold; color: #A02020} +A.demo {text-decoration: none; font-weight: bold; color: #0000CC} +A.demo:link {text-decoration: none; font-weight: bold; color: #0000CC} +A.demo:hover {text-decoration: none; font-weight: bold; color: #0000FF} +A.demo:active {text-decoration: none; font-weight: bold; color: #0000FF}