diff --git a/src/current/include/entry-form.xsl b/src/current/include/entry-form.xsl index 5e56110d..137cde83 100644 --- a/src/current/include/entry-form.xsl +++ b/src/current/include/entry-form.xsl @@ -139,6 +139,13 @@
+ + + + + + +
diff --git a/src/current/summary.css b/src/current/summary.css index 2374d2fa..55640108 100644 --- a/src/current/summary.css +++ b/src/current/summary.css @@ -475,6 +475,12 @@ form.entry-form dt clear: left; } +form.entry-form dt > .param-id +{ + font-weight: normal; + font-family: monospace; +} + form.entry-form .matrix { display: inline-block; diff --git a/src/current/summary.xsl b/src/current/summary.xsl index 15c8b885..ee67ea1d 100644 --- a/src/current/summary.xsl +++ b/src/current/summary.xsl @@ -2,7 +2,7 @@