From bcb007a0367399451916cffc38090ed783a806f6 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sun, 6 Nov 2011 15:40:14 +0100 Subject: [PATCH] added spaces between categories --- scm-plugin-backend/src/main/webapp/index.html | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/scm-plugin-backend/src/main/webapp/index.html b/scm-plugin-backend/src/main/webapp/index.html index 1211979cff..b6c078530b 100644 --- a/scm-plugin-backend/src/main/webapp/index.html +++ b/scm-plugin-backend/src/main/webapp/index.html @@ -2,15 +2,17 @@
<#list categories as category> -

${category.name}

-
- <#list category.plugins as plugin> -

${plugin.name}

-
- ${plugin.description}
- more -
- +
+

${category.name}

+
+ <#list category.plugins as plugin> +

${plugin.name}

+
+ ${plugin.description}
+ more +
+ +