Update index.php (#5367)

increased scan-ability on dark backgrounds
This commit is contained in:
chansizzle
2020-07-29 12:01:40 -06:00
committed by GitHub
parent d459d06e38
commit 6ec28b1cdd

View File

@@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2008-2019
Portions created by the Initial Developer are Copyright (C) 2008-2020
the Initial Developer. All Rights Reserved.
Contributor(s):
@@ -175,7 +175,7 @@
//html image
if (is_uuid($extension_uuid)) {
echo "<img src=\"data:image/jpeg;base64,".base64_encode($image)."\" style='margin-top: 30px; max-width: 100%;'>\n";
echo "<img src=\"data:image/jpeg;base64,".base64_encode($image)."\" style='margin-top: 30px; padding: 5px; background: white; max-width: 100%;'>\n";
}
echo "</div>\n";
@@ -183,4 +183,4 @@
//add the footer
require_once "resources/footer.php";
?>
?>