From ad9ac23734f693117a66cf4b7c561fcf6e9c9dc7 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Jan 2025 08:54:09 +0100 Subject: [PATCH] make it preety --- www/header.php | 4 ++-- www/style.css | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/www/header.php b/www/header.php index 1205ee2..dcbc444 100644 --- a/www/header.php +++ b/www/header.php @@ -40,8 +40,8 @@ if (!preg_match("~^(?:f|ht)tps?://~i", $data[3])) { if ($oldcatname != $data[1]){ - echo ""; // skip a row if new category - echo ""; // skip a row if new category + //echo ""; // skip a row if new category + //echo ""; // skip a row if new category echo "

" . $data[1] . '

'; // display the category as its the first row with this new category $oldcatname=$data[1]; }else{ diff --git a/www/style.css b/www/style.css index 740a376..c8b0c6b 100644 --- a/www/style.css +++ b/www/style.css @@ -206,10 +206,13 @@ h3,h2{ padding-top: 15px; } -tr{ +td,th { +border: 3px solid #2f1c44; +} +/*tr{ border: 1px solid #555555; padding-bottom: 10px; -} +}*/ table { border: 1px solid #ff0000; border-collapse: collapse;