From b4661b0ee8029a36fded972bbd28e219be8e3753 Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Mon, 6 Dec 2021 15:52:03 +0000 Subject: [PATCH] Cleanup --- .../hudson/cli/CLIAction/command.jelly | 13 ++++++++----- .../hudson/cli/CLIAction/index.jelly | 4 ++-- .../resources/lib/hudson/scriptConsole.jelly | 19 +++++++++++++------ war/src/main/less/base/typography.less | 2 +- 4 files changed, 24 insertions(+), 14 deletions(-) diff --git a/core/src/main/resources/hudson/cli/CLIAction/command.jelly b/core/src/main/resources/hudson/cli/CLIAction/command.jelly index 53bfdeb07830..9fe61d129e93 100644 --- a/core/src/main/resources/hudson/cli/CLIAction/command.jelly +++ b/core/src/main/resources/hudson/cli/CLIAction/command.jelly @@ -24,13 +24,16 @@ THE SOFTWARE. - + -

- - Command ${command.name} -

+
+
+

+ Command ${command.name} +

+
+
diff --git a/core/src/main/resources/hudson/cli/CLIAction/index.jelly b/core/src/main/resources/hudson/cli/CLIAction/index.jelly
index 29067da07fad..c3a0b817befb 100644
--- a/core/src/main/resources/hudson/cli/CLIAction/index.jelly
+++ b/core/src/main/resources/hudson/cli/CLIAction/index.jelly
@@ -24,7 +24,7 @@ THE SOFTWARE.
 
 
 
-  
+  
     
     
       
@@ -34,7 +34,7 @@ THE SOFTWARE.
-

+

${%blurb(rootURL)}

diff --git a/core/src/main/resources/lib/hudson/scriptConsole.jelly b/core/src/main/resources/lib/hudson/scriptConsole.jelly index 9cb0503151d9..40fd8ffd1b83 100644 --- a/core/src/main/resources/lib/hudson/scriptConsole.jelly +++ b/core/src/main/resources/lib/hudson/scriptConsole.jelly @@ -39,23 +39,30 @@ THE SOFTWARE. -

${%Script Console}

+ +
+
+

${%Script Console}

+
+
-

+

${%description}

-

+

${%description2}

- -
- +
+ +
+
+
diff --git a/war/src/main/less/base/typography.less b/war/src/main/less/base/typography.less index a5a9aa6d766a..934542fb6c3e 100644 --- a/war/src/main/less/base/typography.less +++ b/war/src/main/less/base/typography.less @@ -89,5 +89,5 @@ h6, color: var(--text-color-secondary); line-height: 1.66; margin-top: 0; - margin-bottom: 2rem; + margin-bottom: var(--section-padding); } \ No newline at end of file