Minor cleanup.
authorLaurent Monin <geeqie@norz.org>
Mon, 10 Nov 2008 20:16:45 +0000 (20:16 +0000)
committerLaurent Monin <geeqie@norz.org>
Mon, 10 Nov 2008 20:16:45 +0000 (20:16 +0000)
doc/main_window_menus.html
doc/options_editor_commands.html
doc/options_hidden.html
doc/style.css

index b9d4061..25d8e42 100644 (file)
 
   <dt>Thumbnail maintenance</dt><dd>Opens a dialog with utilities to manage cached thumbnails and keywords data.</dd>
 
-  <dt>Set as wallpaper</dt><dd>Renders the current image to the root window (desktop). The resulting image will be tiled to fit the root window if zoom is not set to <u>fit to window</u>; when zoom is set to <u>fit to window</u>, the image will be scaled to fill the root window.</dd>
+  <dt>Set as wallpaper</dt><dd>Renders the current image to the root window (desktop). The resulting image will be tiled to fit the root window if zoom is not set to <em>fit to window</em>; when zoom is set to <em>fit to window</em>, the image will be scaled to fill the root window.</dd>
   </dl>
 
   <h2>View menu</h2>
index 76c4c8d..4b2920c 100644 (file)
@@ -45,7 +45,7 @@
 
   <dl class="dialog_desc">
   <dt>Menu name</dt>
-  <dd><p>This field is used to represent the command in the menus of Geeqie, it is intended to describe the application or function that results from executing the command in the <u>Command Line</u> field.</p></dd>
+  <dd><p>This field is used to represent the command in the menus of Geeqie, it is intended to describe the application or function that results from executing the command in the <em>Command Line</em> field.</p></dd>
 
  
   <dt>Command Line</dt>
index 95293c9..0a9f149 100644 (file)
@@ -49,9 +49,9 @@
 </code>
 </p>
 
-  <p><b>lazy_image_sync: [true | <u>false</u>]</b>: This will suppress the image view from changing when selecting a new folder; the current image will remain displayed until the user manually selects another image.</p>
+  <p><b>lazy_image_sync: [true | <em>false</em>]</b>: This will suppress the image view from changing when selecting a new folder; the current image will remain displayed until the user manually selects another image.</p>
 
-  <p><b>display_dialogs_under_mouse: [true | <u>false</u>]</b>: Enabling this will cause new dialogs to initially position themselves such that they are under the current mouse position.</p>
+  <p><b>display_dialogs_under_mouse: [true | <em>false</em>]</b>: Enabling this will cause new dialogs to initially position themselves such that they are under the current mouse position.</p>
 
   <p><b>scroll_reset_method: value</b>: This will set the method used to set the scroll position, or visible region of a new image, value can be:</p>
 
index 6ce6b05..0e7ac09 100644 (file)
@@ -88,6 +88,7 @@ dl.menu_desc {
 /* dialog descriptions */
 dl.dialog_desc {
        margin-left: 2em;
+       margin-bottom: 1em;
 }
 .dialog_desc dt {
        display: inline;
@@ -97,7 +98,7 @@ dl.dialog_desc {
        margin-top: 0.3em;
        border: 1px solid white
 }
-.dialog_desc dd {}
+.dialog_desc dd { margin-bottom: 0.7em }
 .dialog_desc dd dl {
        font-size: 90%;
        margin-bottom: 1em;