From 4aeed1993d4b739dee93572eb38a1f1e8c6d5f1d Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Fri, 24 Feb 2012 18:32:45 +0900 Subject: [PATCH] added a class for section header --- core/src/main/resources/lib/form/section.jelly | 2 +- war/src/main/webapp/css/style.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/core/src/main/resources/lib/form/section.jelly b/core/src/main/resources/lib/form/section.jelly index 1be2989e06..218e481730 100644 --- a/core/src/main/resources/lib/form/section.jelly +++ b/core/src/main/resources/lib/form/section.jelly @@ -39,7 +39,7 @@ THE SOFTWARE. -
+
${title}
diff --git a/war/src/main/webapp/css/style.css b/war/src/main/webapp/css/style.css index 165bde56b9..310d3b992b 100644 --- a/war/src/main/webapp/css/style.css +++ b/war/src/main/webapp/css/style.css @@ -284,6 +284,13 @@ pre.console { padding-left: 1em; } +.section-header { + font-weight: bold; + border-bottom: 1px solid black; + margin-bottom: 0.2em; + margin-top: 0.4em; +} + .main-table { } -- GitLab