diff --git a/includes/css/custom.css b/includes/css/custom.css
index 3f588d1..0e3d55d 100644
--- a/includes/css/custom.css
+++ b/includes/css/custom.css
@@ -17,11 +17,11 @@ body {
border-radius: 2px;
}
-table tr td a {
+/*table tr td a {
display: block;
height: 100%;
width: 100%;
-}
+}*/
table tr td {
padding-left: 0;
@@ -35,6 +35,10 @@ a:focus {
text-decoration: none !important;
}
+tr.hover {
+ cursor: pointer;
+}
+
.pager-active {
color: darkcyan;
}
diff --git a/includes/footer.php b/includes/footer.php
index f441b7b..e69de29 100644
--- a/includes/footer.php
+++ b/includes/footer.php
@@ -1,2 +0,0 @@
-
-
diff --git a/includes/header.php b/includes/header.php
index 1a4a2ae..722ee6b 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -22,3 +22,5 @@ $settings = new Settings(false);
+
+
diff --git a/includes/page.php b/includes/page.php
index c2d7b22..515d6b5 100644
--- a/includes/page.php
+++ b/includes/page.php
@@ -275,5 +275,6 @@ class Page {
public function table_end() {
echo '';
+ echo "";
}
}