From b72bb5cfb8bff8c4f37771a920ac2338b94ff71a Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Mon, 26 Aug 2002 18:22:16 +0000 Subject: [PATCH] - Fixed typo in CSS. Patch by James. --- admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin.php b/admin.php index 617dc252ec7c..3b69f871263a 100644 --- a/admin.php +++ b/admin.php @@ -20,7 +20,7 @@ function admin_page($mod) { </head> <style> body { font-family: helvetica, arial; font-size: 12pt; } - h1 { font-famile: helvetica, arial; font-size: 18pt; font-weight: bold; color: #660000; } + h1 { font-family: helvetica, arial; font-size: 18pt; font-weight: bold; color: #660000; } h2 { font-family: helvetica, arial; font-size: 18pt; font-weight: bold; color: #000066; } h3 { font-family: helvetica, arial; font-size: 14pt; font-weight: bold; color: #006600; } th { font-family: helvetica, arial; font-size: 12pt; text-align: center; vertical-align: top; background-color: #CCCCCC; color: #995555; } @@ -57,4 +57,4 @@ function admin_page($mod) { print message_access(); } -?> \ No newline at end of file +?> -- GitLab