From 097d4a4514ceafe892f9e9fe8cfe4fee1bd61af8 Mon Sep 17 00:00:00 2001 From: adrianbj Date: Wed, 14 Feb 2018 08:24:43 -0800 Subject: [PATCH] Fix recent broken close icon size --- TracyDebugger.module | 2 +- styles.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TracyDebugger.module b/TracyDebugger.module index 2c752493..abbcc18f 100644 --- a/TracyDebugger.module +++ b/TracyDebugger.module @@ -32,7 +32,7 @@ class TracyDebugger extends WireData implements Module, ConfigurableModule { 'summary' => __('Tracy debugger from Nette with several PW specific custom tools.', __FILE__), 'author' => 'Adrian Jones', 'href' => 'https://processwire.com/talk/topic/12208-tracy-debugger/', - 'version' => '4.9.17', + 'version' => '4.9.18', 'autoload' => true, 'singular' => true, 'requires' => 'ProcessWire>=2.7.2, PHP>=5.4.4', diff --git a/styles.css b/styles.css index 54fd1d20..6dda8715 100644 --- a/styles.css +++ b/styles.css @@ -186,7 +186,6 @@ body.tracyHidden:before { #tracy-debug a { border: none !important; font-weight: normal !important; - font-size: 12px !important; } #tracy-debug table {