From d7bdf8272461629cb1a13282ae90b43af149d0df Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Tue, 30 Sep 2025 18:26:23 +0200 Subject: [PATCH] CSS --- docs/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/styles.css b/docs/styles.css index e745bc47..fd40fd46 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -12,6 +12,11 @@ a:visited { color: #2200C0; font-family: sans-serif; text-decoration: none; } a:active { color: #2200C0; font-family: sans-serif; text-decoration: none; } a:hover { color: #2200C0; font-family: sans-serif; text-decoration: underline; } +.body { + padding-left: 30px; + padding-right: 30px; +} + .CHead { background-color: #9999CC; } .CTextAreaConf { font: 11px verdana,arial; color: #202020; font-family: sans-serif; text-decoration: none; } -- 2.47.3