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