From e2f54c3f0e9a3b5e89b89c6f604af4580f8e1860 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Mon, 21 Dec 2009 18:25:40 +0000 Subject: [PATCH] fixed a formatting error. Needs to use a block element so that min-height takes effect. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@24773 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/resources/lib/hudson/executors.jelly | 4 ++-- war/resources/css/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/resources/lib/hudson/executors.jelly b/core/src/main/resources/lib/hudson/executors.jelly index 7f3fa33b74..f958effe2a 100644 --- a/core/src/main/resources/lib/hudson/executors.jelly +++ b/core/src/main/resources/lib/hudson/executors.jelly @@ -42,10 +42,10 @@ THE SOFTWARE. ${name} - + - ${%Dead} (!) +
${%Dead} (!)
diff --git a/war/resources/css/style.css b/war/resources/css/style.css index d9c1ca4c67..f9e7e4fce5 100644 --- a/war/resources/css/style.css +++ b/war/resources/css/style.css @@ -420,7 +420,7 @@ th.pane { color: white; } -/* ======================== error/warning message (mainly in the form) ======================== */ +/* ======================== error/warning message (mainly in the form.) Use them on block elements ======================== */ .error { color: #CC0000; font-weight: bold; -- GitLab