diff doc/main_window_status_bar.html @ 1102:af04e83ec5eb

Move menu descriptions to definitions lists.
author zas_
date Sun, 09 Nov 2008 09:28:59 +0000
parents 83cf0c9e300f
children 215e102c1819
line wrap: on
line diff
--- a/doc/main_window_status_bar.html	Sat Nov 08 22:11:51 2008 +0000
+++ b/doc/main_window_status_bar.html	Sun Nov 09 09:28:59 2008 +0000
@@ -53,11 +53,13 @@
 
   <p>This is the method used to sort image names in the file list. Clicking or activating this field will display a menu to allow selection of the sort method.</p>
 
-  <p class="gq-status-bar-5"><b>Name</b>: Images are sorted by file name.<br />
-  <b>Number</b>: Images are sorted by natural numerical order, such that, for example, 9_name.jpg will be listed before 10_name.jpg.<br />
-  <b>Date</b>: Images are sorted by file date on disk.<br />
-  <b>Size</b>: Image are sorted by file size on disk.<br />
-  <b>Ascending</b>: Toggles between increasing and decreasing sort order. A check will appear next to this entry to indicate ascending sort order.</p>
+  <dl class="menu_desc">
+  <dt>Name</dt><dd>Images are sorted by file name.</dd>
+  <dt>Number</dt><dd>Images are sorted by natural numerical order, such that, for example, 9_name.jpg will be listed before 10_name.jpg.</dd>
+  <dt>Date</dt><dd>Images are sorted by file date on disk.</dd>
+  <dt>Size</dt><dd>Image are sorted by file size on disk.</dd>
+  <dt>Ascending</dt><dd>Toggles between increasing and decreasing sort order. A check will appear next to this entry to indicate ascending sort order.</dd>
+  </dl>
 
   <h2>File list</h2>