Browse Source

Section numbering in Eclipsehelp added.

Rainer Klute 9 years ago
parent
commit
3ed5341bae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/org.yakindu.sct.doc.user/build.xml

+ 2 - 2
plugins/org.yakindu.sct.doc.user/build.xml

@@ -183,8 +183,8 @@
                 </fileset>
             </replaceregexp>
 
-            <!-- Add CSS class "eclipsehelp" to BODY element -->
-            <replaceregexp byline="true" match='&lt;body&gt;' replace='&lt;body class="eclipsehelp"&gt;'>
+            <!-- Add CSS classes "eclipsehelp" and "body-container" to BODY element -->
+            <replaceregexp byline="true" match='&lt;body&gt;' replace='&lt;body class="eclipsehelp body-container"&gt;'>
                 <fileset dir="${help.dir}">
                     <include name="**/*.html" />
                 </fileset>