changeset 1120:86f281d6bac9

Minor cleanup.
author zas_
date Mon, 10 Nov 2008 20:16:45 +0000
parents 829f45bf988b
children 24c89a03ec12
files doc/main_window_menus.html doc/options_editor_commands.html doc/options_hidden.html doc/style.css
diffstat 4 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/main_window_menus.html	Mon Nov 10 19:37:17 2008 +0000
+++ b/doc/main_window_menus.html	Mon Nov 10 20:16:45 2008 +0000
@@ -103,7 +103,7 @@
 
   <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>
--- a/doc/options_editor_commands.html	Mon Nov 10 19:37:17 2008 +0000
+++ b/doc/options_editor_commands.html	Mon Nov 10 20:16:45 2008 +0000
@@ -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>
--- a/doc/options_hidden.html	Mon Nov 10 19:37:17 2008 +0000
+++ b/doc/options_hidden.html	Mon Nov 10 20:16:45 2008 +0000
@@ -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>
 
--- a/doc/style.css	Mon Nov 10 19:37:17 2008 +0000
+++ b/doc/style.css	Mon Nov 10 20:16:45 2008 +0000
@@ -88,6 +88,7 @@
 /* dialog descriptions */
 dl.dialog_desc {
 	margin-left: 2em;
+	margin-bottom: 1em;
 }
 .dialog_desc dt {
 	display: inline;
@@ -97,7 +98,7 @@
 	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;