diff options
Diffstat (limited to '')
-rw-r--r-- | template/default/admin/help.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/admin/help.tpl b/template/default/admin/help.tpl index c890e1fea..bcc02ce8b 100644 --- a/template/default/admin/help.tpl +++ b/template/default/admin/help.tpl @@ -14,7 +14,7 @@ <!-- END illustration --> <ul style="text-align:left; margin-right:10px;"> <!-- BEGIN item --> - <li>{cat.item.CONTENT}</li> + <li style="margin-bottom:5px;">{cat.item.CONTENT}</li> <!-- END item --> </ul> </td> @@ -23,4 +23,4 @@ <td> </td> </tr> <!-- END cat --> -</table>
\ No newline at end of file +</table> |