From 727ed753a9c540c71f00bafa6e43ad4cb42321f2 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 16 May 2015 16:37:53 +0200 Subject: responsive: introduce a hamburger navicon to toggle the menu on smaller devices --- inc/html.inc.php | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) (limited to 'inc') diff --git a/inc/html.inc.php b/inc/html.inc.php index 7fedeb6..7312601 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php @@ -94,32 +94,33 @@ echo << EOT; - + } if ($CONFIG['graph_type'] == 'canvas') { if ($CONFIG['rrd_fetch_method'] == 'async') { $js_async = 'true'; -- cgit v1.1