Parcourir la source

moved "compress CSS content" part

Former-commit-id: 9f8e8e1a89f3a7b3a89d2798309c911f3b4e98f6
Gildas il y a 6 ans
Parent
commit
334c6b4888
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      extension/ui/pages/help.html

+ 6 - 6
extension/ui/pages/help.html

@@ -218,12 +218,6 @@
 				</ul>
 				</ul>
 				<p>Stylesheets</p>
 				<p>Stylesheets</p>
 				<ul>
 				<ul>
-					<li data-options-label="compressCSSLabel"> <span class="option">Option: compress CSS content</span>
-						<p>Check this option to minify CSS stylesheets. Checking this option can reduce size of the file
-							without altering the document. It may also increase the CPU consumption and the time needed
-							to save a page.</p>
-						<p class="notice">It is recommended to <u>uncheck</u> this option</p>
-					</li>
 					<li data-options-label="removeUnusedStylesLabel"> <span class="option">Option: remove unused
 					<li data-options-label="removeUnusedStylesLabel"> <span class="option">Option: remove unused
 							styles</span>
 							styles</span>
 						<p>Check this option to remove all the CSS rules and styles that do not match any element in the
 						<p>Check this option to remove all the CSS rules and styles that do not match any element in the
@@ -238,6 +232,12 @@
 							stylesheets for print preview and speech synthesizers. Checking this option can help to
 							stylesheets for print preview and speech synthesizers. Checking this option can help to
 							reduce the size of the file.</p>
 							reduce the size of the file.</p>
 					</li>
 					</li>
+					<li data-options-label="compressCSSLabel"> <span class="option">Option: compress CSS content</span>
+						<p>Check this option to minify CSS stylesheets. Checking this option can reduce size of the file
+							without altering the document. It may also increase the CPU consumption and the time needed
+							to save a page.</p>
+						<p class="notice">It is recommended to <u>uncheck</u> this option</p>
+					</li>					
 				</ul>
 				</ul>
 				<p>Images</p>
 				<p>Images</p>
 				<ul>
 				<ul>