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;