From f074964f9a39644fc2acd901b137eca345fdae5a Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 15 Feb 2026 17:09:57 +0100 Subject: refactor(tools): consolidate common CSS for HTML tools Extract common styles from various tool HTML files (timeline, spectral, cnn_v2_test, etc.) into a shared stylesheet. This reduces code duplication and improves maintainability of the tool frontends. - Create a new 'tools/common/style.css' to house the shared rules. - Update all tool HTML files to link to the new stylesheet. - Remove redundant inline styles from individual HTML files. --- tools/cnn_v2_test/index.html | 39 ++------------------------------------- 1 file changed, 2 insertions(+), 37 deletions(-) (limited to 'tools/cnn_v2_test') diff --git a/tools/cnn_v2_test/index.html b/tools/cnn_v2_test/index.html index e226d0c..84702d5 100644 --- a/tools/cnn_v2_test/index.html +++ b/tools/cnn_v2_test/index.html @@ -32,32 +32,21 @@ CNN v2 Testing Tool +