From 21f2a13166934ef5434184f02b7a3cd9225a80d0 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Sat, 17 Jan 2015 11:03:52 +0000 Subject: [PATCH] Add responsive table div --- html/pages/about.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/pages/about.inc.php b/html/pages/about.inc.php index 13d7efae7b..c7ca46195f 100644 --- a/html/pages/about.inc.php +++ b/html/pages/about.inc.php @@ -130,6 +130,7 @@ $git_log = `git log -10`; echo(" +
@@ -138,6 +139,7 @@ echo("
$project_name$project_version
DB Schema#$schema_version
MySQL$mysql_version
RRDtool$rrdtool_version
+
");