From 425b07e1dfc154cf35c8301d2f70b570f6ac9410 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 29 Jan 2006 21:20:18 +0000 Subject: Class usage bit more consistent. --- php/example.css | 4 ++-- php/leftbar.php | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/php/example.css b/php/example.css index 7fd715a..12e699e 100644 --- a/php/example.css +++ b/php/example.css @@ -68,12 +68,12 @@ h2.lb_header font-size: medium; } -li.lb_linklist +li.lb_toplink { list-style-type: none; } -li.lb_sublist +li.lb_sublink { list-style-type: none; } diff --git a/php/leftbar.php b/php/leftbar.php index 05e3213..f2eb7bd 100644 --- a/php/leftbar.php +++ b/php/leftbar.php @@ -43,12 +43,12 @@ function LB_LeftHeader($hdr) function LB_TopLink($url,$txt) { - printf('',$url,$txt); + printf('',$url,$txt); } function LB_SubLink($url,$txt) { - printf('
  • %s
  • ',$url,$txt); + printf('',$url,$txt); } function LB_OpenLink(&$is_open) @@ -65,8 +65,8 @@ function LB_OpenSub(&$is_open) if (!$is_open) { $is_open = TRUE; - echo '