diff www/info.php @ 2329:5c04ea63bf29

Use CSS instead of hardcoding style for element.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Apr 2021 16:09:34 +0300
parents fa98b657c107
children 164aa519640d
line wrap: on
line diff
--- a/www/info.php	Sat Apr 24 16:09:13 2021 +0300
+++ b/www/info.php	Sat Apr 24 16:09:34 2021 +0300
@@ -25,7 +25,7 @@
   "</div>\n".
   "<hr />\n".
   "<div style=\"text-align: center;\">\n".
-  " <table style=\"background: black;\">\n".
+  " <table class=\"locWizHasInfo\">\n".
   "  <tr>\n".
   "   <td class=\"locWizHasDesc\">Entry has information about the wizard.</td>\n".
   "   <td class=\"locWizHasNoDesc\">No wizard information entry.</td>\n".