From eb4f6d1b3eaff213ea5cd8067d01c5e6685426bc Mon Sep 17 00:00:00 2001 From: "U-AD\\rmapbtc" Date: Mon, 15 Sep 2025 18:02:22 +0100 Subject: [PATCH] #26 Updated kwavehelpstyle.css to improve help formatting --- k-Wave/helpfiles/kwavehelpstyle.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/k-Wave/helpfiles/kwavehelpstyle.css b/k-Wave/helpfiles/kwavehelpstyle.css index 5cc1c10..fcfd906 100644 --- a/k-Wave/helpfiles/kwavehelpstyle.css +++ b/k-Wave/helpfiles/kwavehelpstyle.css @@ -36,9 +36,8 @@ ol li ol li { list-style-type:lower-alpha; } ol li ul { padding-top:7px; } ol li ul li { list-style:square; } -.content { font-size:1.2em; line-height:140%; padding: 20px; } +.content { line-height:140%; padding: 20px; } -pre, code { font-size:12px; } tt { font-size: 1.2em; } pre { margin:0px 0px 20px; } pre.codeinput { padding:10px; border:1px solid #d3d3d3; background:#f7f7f7; }