diff --git a/src/zabapgit_css_common.w3mi.data.css b/src/zabapgit_css_common.w3mi.data.css
index d326d2f69..f81327870 100644
--- a/src/zabapgit_css_common.w3mi.data.css
+++ b/src/zabapgit_css_common.w3mi.data.css
@@ -597,6 +597,7 @@ div.tutorial {
}
div.tutorial hr { border-color: #CCC; }
+div.tutorial li { margin: 2px 0px }
div.tutorial h1 {
font-size: 18pt;
color: #404040;
diff --git a/src/zabapgit_view_tutorial.prog.abap b/src/zabapgit_view_tutorial.prog.abap
index e264ac50c..d7ea7f729 100644
--- a/src/zabapgit_view_tutorial.prog.abap
+++ b/src/zabapgit_view_tutorial.prog.abap
@@ -31,14 +31,6 @@ CLASS lcl_gui_view_tutorial IMPLEMENTATION.
_add '
Tutorial
'.
_add '
'.
- _add 'Repository list and favorites
'.
- _add ''.
- _add '- To choose a repo press
at the favorite bar. '.
- _add '- To add a repo as favorite'.
- _add ' click
icon at repo toolbar. '.
- _add '
'.
-
-
_add 'Adding and cloning repos
'.
_add ''.
_add `- To clone a remote repo (e.g. from github) click `.
@@ -51,8 +43,13 @@ CLASS lcl_gui_view_tutorial IMPLEMENTATION.
_add ' or just serialize as a zip file
'.
_add '
'.
- _add 'abapGit related repositories
'.
+ _add 'Repository list and favorites
'.
+ _add ''.
+ _add '- To choose a repo press
at the favorite bar. '.
+ _add '- To favorite a repo click
icon at repo toolbar. '.
+ _add '
'.
+ _add 'abapGit related repositories
'.
_add ''.
_add '- '.
ro_html->add_anchor( iv_txt = 'install abapGit repo' iv_act = gc_action-abapgit_install ).