From d43783626608c62de84144a2ae52e0c9a230c890 Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 30 Nov 2009 00:58:13 +0000 Subject: [PATCH] Fixed icon url --- docs/manual/manual.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/manual.css b/docs/manual/manual.css index c4c0e6008..1197b37f2 100644 --- a/docs/manual/manual.css +++ b/docs/manual/manual.css @@ -324,7 +324,7 @@ h1.title { padding-left: 80px; padding-top: 16px; border-bottom: none; - background: white url('ASE64.ico') no-repeat; } + background: white url('ase64.ico') no-repeat; } h1 { font-size: 20pt; } h2 { font-size: 14pt; }