Browse Source

Documentation: issue #874 fixed.

Rainer Klute 9 years ago
parent
commit
a26b7c4fb2

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

@@ -174,6 +174,20 @@
                 </fileset>
             </move>
 
+            <!-- Add HTML META element for Internet Explorer :-( -->
+            <replaceregexp byline="false"
+                           match='(\s*)(&lt;title&gt;)'
+                           replace='\1&lt;meta http-equiv="X-UA-Compatible" content="IE=edge" /&gt;\1\2'>
+                <fileset dir="${help.dir}">
+                    <include name="**/*.html" />
+                </fileset>
+            </replaceregexp>
+            <replaceregexp byline="false" flags="g" match='&lt;p&gt;&lt;/div&gt;&lt;/p&gt;' replace='&lt;/div&gt;'>
+                <fileset dir="${help.dir}">
+                    <include name="**/*.html" />
+                </fileset>
+            </replaceregexp>
+
             <!-- Fix "pro-feature" DIV elements -->
             <replaceregexp byline="false"
                            flags="g"

+ 2 - 2
plugins/org.yakindu.sct.doc.user/css/ysct.css

@@ -108,9 +108,9 @@ span.pro-feature {
 	border-width:0
 }
 span.pro-feature:before {
-	transform:initial;
+	transform:none;
 	padding:0 3px;
 	position:relative;
-	top:initial;
+	top:0;
 	left:0
 }