From 01a203fe88184b40522e93f39b5eab984b5be802 Mon Sep 17 00:00:00 2001 From: Stefano Baccianella <4247706+mangiucugna@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:58:07 +0200 Subject: [PATCH] minor adjustments --- docs/index.html | 2 +- docs/styles.css | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/docs/index.html b/docs/index.html index bd9854e..09252b1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -36,7 +36,7 @@

Repaired JSON

-
+

Repair actions that the library performed

diff --git a/docs/styles.css b/docs/styles.css index dbfc307..0d9a317 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -33,19 +33,6 @@ textarea:focus { border-color: #4CAF50; } -.log-container { - width: 100%; - max-width: 1200px; - margin-top: 20px; -} - #log-output { - width: 100%; height: 200px; - margin-top: 10px; - padding: 10px; - border: 1px solid; - border-radius: 4px; - font-size: 16px; - box-sizing: border-box; }