changeset 36:640af52b7e74

Delete extra inline CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 Aug 2019 15:38:26 +0300
parents 4e9e9c54036e
children 14af60321cc0
files index.php
diffstat 1 files changed, 1 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Wed Aug 21 15:38:12 2019 +0300
+++ b/index.php	Wed Aug 21 15:38:26 2019 +0300
@@ -177,32 +177,7 @@
 
 
 // Print page header
-cmPrintPageHeader($pageTitle, "  <meta name=\"robots\" content=\"nofollow\" />
-  <style type=\"text/css\">
-    td a.matToggle {
-            display: inline-block;
-            background: black;
-            width: 1em;
-            font-size: 1.2em;
-            padding: 0.1em;
-            text-align: center;
-            margin-right: 0.3em;
-    }
-
-    td a.matToggle:hover {
-            text-decoration: none;
-            background: white;
-    }
-
-    td a.matToggle.active {
-            color: green !important;
-    }
-
-    td a.matToggle.inactive {
-            color: red !important;
-    }
-  </style>
-");
+cmPrintPageHeader($pageTitle, "  <meta name=\"robots\" content=\"nofollow\" />\n");
 
 echo
   "<h1>".$pageTitle."</h1>\n".