]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/guide_clear_and_exit.html
Trim white spaces from the beginning and end of the URL before loading. Fixes https...
[PrivacyBrowserAndroid.git] / app / src / main / assets / guide_clear_and_exit.html
index c43af2a164e6ef7c57757b068d28fbd726525f22..7f29729677c9e91cad91ab452805b32c3f846d51 100644 (file)
@@ -23,8 +23,9 @@
         color: 0D4781;
     }
 
-    strong {
+    item {
         color: BF360C;
+        font-weight: bold;
     }
 </style>
 </head>
 <body>
 <h3>Cleaning Out the Cruft</h3>
 
-<p>Clear and Exit does the following things:</p>
+<p><strong>Clear and Exit</strong> does the following things:</p>
 
 <ul>
-    <li><strong>Removes all cookies</strong>.</li>
-    <li><strong>Removes all DOM storage</strong>.</li>
-    <li><strong>Clears the cache, including disk files</strong>.</li>
-    <li><strong>Clears the back/forward history</strong>.</li>
-    <li><strong>Destroys the internal state of the WebView</strong>.</li>
-    <li><strong>Closes Privacy Browser</strong>. For Android Lollipop and newer (version >= 5.0 or API >= 21), Privacy Browser is also removed from the recent app list.</li>
+    <li><item>Removes all cookies</item>.</li>
+    <li><item>Removes all DOM storage</item>.</li>
+    <li><item>Clears the cache, including disk files</item>.</li>
+    <li><item>Clears the back/forward history</item>.</li>
+    <li><item>Destroys the internal state of the WebView</item>.</li>
+    <li><item>Closes Privacy Browser</item>. For Android Lollipop and newer (version >= 5.0 or API >= 21), Privacy Browser is also removed from the recent app list.</li>
 </ul>
 </body>
 </html>
\ No newline at end of file