Mercurial > geeqie
changeset 1119:829f45bf988b
Tidy up and minor fixes.
author | zas_ |
---|---|
date | Mon, 10 Nov 2008 19:37:17 +0000 |
parents | 71c5b25b371a |
children | 86f281d6bac9 |
files | doc/collections.html doc/image_presentation_fullscreen.html doc/image_search_finding_duplicates.html doc/image_search_search.html doc/reference_command_line.html doc/reference_keyboard_shortcuts.html doc/reference_management.html doc/style.css |
diffstat | 8 files changed, 42 insertions(+), 29 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/collections.html Mon Nov 10 18:02:09 2008 +0000 +++ b/doc/collections.html Mon Nov 10 19:37:17 2008 +0000 @@ -1,4 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>
--- a/doc/image_presentation_fullscreen.html Mon Nov 10 18:02:09 2008 +0000 +++ b/doc/image_presentation_fullscreen.html Mon Nov 10 19:37:17 2008 +0000 @@ -1,4 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>
--- a/doc/image_search_finding_duplicates.html Mon Nov 10 18:02:09 2008 +0000 +++ b/doc/image_search_finding_duplicates.html Mon Nov 10 19:37:17 2008 +0000 @@ -1,4 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>
--- a/doc/image_search_search.html Mon Nov 10 18:02:09 2008 +0000 +++ b/doc/image_search_search.html Mon Nov 10 19:37:17 2008 +0000 @@ -1,4 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>
--- a/doc/reference_command_line.html Mon Nov 10 18:02:09 2008 +0000 +++ b/doc/reference_command_line.html Mon Nov 10 19:37:17 2008 +0000 @@ -1,4 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>
--- a/doc/reference_keyboard_shortcuts.html Mon Nov 10 18:02:09 2008 +0000 +++ b/doc/reference_keyboard_shortcuts.html Mon Nov 10 19:37:17 2008 +0000 @@ -1,4 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -59,8 +61,8 @@ <tbody> <tr> - <td colspan="3"> - <p><b>Image Navigation</b></p> + <td colspan="3" class="keyboard-shortcuts-separator"> + <p><strong>Image Navigation</strong></p> </td> </tr> <tr> @@ -106,8 +108,8 @@ </td> </tr> <tr> - <td colspan="3"> - <p><b>Image panning</b> (image has keyboard focus)</p> + <td colspan="3" class="keyboard-shortcuts-separator"> + <p><strong>Image panning</strong> (image has keyboard focus)</p> </td> </tr> <tr> @@ -159,8 +161,8 @@ </td> </tr> <tr> - <td colspan="3"> - <p><b>File Menu</b></p> + <td colspan="3" class="keyboard-shortcuts-separator"> + <p><strong>File Menu</strong></p> </td> </tr> <tr> @@ -282,8 +284,8 @@ </td> </tr> <tr> - <td colspan="3"> - <p><b>Edit Menu</b></p> + <td colspan="3" class="keyboard-shortcuts-separator"> + <p><strong>Edit Menu</strong></p> </td> </tr> <tr> @@ -377,8 +379,8 @@ </td> </tr> <tr> - <td colspan="3"> - <p><b>View Menu</b></p> + <td colspan="3" class="keyboard-shortcuts-separator"> + <p><strong>View Menu</strong></p> </td> </tr> <tr> @@ -630,8 +632,8 @@ </td> </tr> <tr> - <td colspan="3"> - <p><b>Help Menu</b></p> + <td colspan="3" class="keyboard-shortcuts-separator"> + <p><strong>Help Menu</strong></p> </td> </tr> <tr> @@ -644,13 +646,8 @@ </td> </tr> <tr> - <td> </td> - <td> </td> - <td> </td> - </tr> - <tr> - <td colspan="3"> - <p><b>Collection Window</b></p> + <td colspan="3" class="keyboard-shortcuts-separator"> + <p><strong>Collection Window</strong></p> </td> </tr> <tr> @@ -915,13 +912,8 @@ </td> </tr> <tr> - <td> </td> - <td> </td> - <td> </td> - </tr> - <tr> - <td colspan="3"> - <p><b>Find Duplicates Window</b> (same as Collection Window above, with the following additions)</p> + <td colspan="3" class="keyboard-shortcuts-separator"> + <p><strong>Find Duplicates Window</strong> (same as Collection Window above, with the following additions)</p> </td> </tr> <tr>
--- a/doc/reference_management.html Mon Nov 10 18:02:09 2008 +0000 +++ b/doc/reference_management.html Mon Nov 10 19:37:17 2008 +0000 @@ -1,4 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>
--- a/doc/style.css Mon Nov 10 18:02:09 2008 +0000 +++ b/doc/style.css Mon Nov 10 19:37:17 2008 +0000 @@ -107,9 +107,6 @@ font-weight: bold; } -.file_locations_subtitle { - font-weight: bold -} p.note { font-style: italic @@ -158,3 +155,15 @@ /* reference_keyboard_shortcuts.html */ div.keyboard-shortcuts {text-align: center} +.keyboard-shortcuts p { margin: 0.1em } +td.keyboard-shortcuts-separator {background-color: white; font-size: 110%} +.keyboard-shortcuts td+td+td { text-align: left} + +/* reference_management.html */ +.file_locations_subtitle { + font-weight: bold; + background-color: white; + text-align: center; +} +.file_locations p { margin: 0.1em } +