Mercurial > geeqie
changeset 1127:ad40d1ec0726
Page cleanup and fixed. Remove obsolete note.
author | zas_ |
---|---|
date | Mon, 10 Nov 2008 23:36:12 +0000 |
parents | b3ca77e0cb4f |
children | 802fa03c377e |
files | doc/image_presentation_fullscreen.html doc/style.css |
diffstat | 2 files changed, 29 insertions(+), 33 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/image_presentation_fullscreen.html Mon Nov 10 23:15:42 2008 +0000 +++ b/doc/image_presentation_fullscreen.html Mon Nov 10 23:36:12 2008 +0000 @@ -132,24 +132,12 @@ <p>Turn off full screen.</p> </td> </tr> - + <tr> - <td> </td> - - <td> </td> - - <td> </td> - </tr> - - <tr> - <td> - <p>Image Navigation</p> + <td colspan="3" class="fullscreen-shortcuts-separator"> + <p><strong>Image Navigation</strong></p> </td> - - <td> </td> - - <td> </td> - </tr> + </tr> <tr> <td> @@ -158,7 +146,7 @@ <td> <p>Left Click on image view<br /> - Mouse Wheel down (*)</p> + Mouse Wheel down <a href="#bottomnote1" class="bottomnote">(*)</a></p> </td> <td> @@ -173,7 +161,7 @@ <td> <p>Middle Click on image view<br /> - Mouse Wheel up (*)</p> + Mouse Wheel up <a href="#bottomnote1" class="bottomnote">(*)</a></p> </td> <td> @@ -206,11 +194,9 @@ </tr> <tr> - <td colspan="2"> - <p><b>Image panning</b> (image has keyboard focus)</p> + <td colspan="3" class="fullscreen-shortcuts-separator"> + <p><strong>Image panning</strong> (image has keyboard focus)</p> </td> - - <td> </td> </tr> <tr> @@ -220,7 +206,7 @@ <td> <p>Left Drag on image view<br /> - [Shift] + Mouse Wheel (*)</p> + [Shift] + Mouse Wheel <a href="#bottomnote1" class="bottomnote">(*)</a></p> </td> <td> @@ -278,9 +264,7 @@ </tbody> </table> </div> - - <p>(*) Default Mouse wheel functions, can be altered by changing the <a href="options_advanced.html" class="option_name">Mouse wheel scrolls image</a> option.</p> - + <p>Several other standard controls are also available through the keyboard and context menu:</p> <div class="fullscreen-functions"> @@ -307,7 +291,7 @@ </td> <td> - <p>same (*)</p> + <p>same</p> </td> </tr> @@ -317,7 +301,7 @@ </td> <td> - <p>same (*)</p> + <p>same</p> </td> </tr> @@ -339,7 +323,7 @@ </td> <td> - <p>same (*)</p> + <p>same</p> </td> </tr> @@ -369,7 +353,7 @@ </td> <td> - <p>Toggle information overlay for full screen: on with histogramm, on without histogramm, off.</p> + <p>Toggle information overlay for full screen: on with histogram, on without histogram, off.</p> </td> </tr> @@ -379,7 +363,7 @@ </td> <td> - <p>Switch between the different histogramm modes: RGB, value, maximum value, red channel, green channel, blue channel.</p> + <p>Switch between the different histogram modes: RGB, value, maximum value, red channel, green channel, blue channel.</p> </td> </tr> @@ -389,7 +373,7 @@ </td> <td> - <p>Toogle between linear and logarithmical histogramm.</p> + <p>Toogle between linear and logarithmical histogram.</p> </td> </tr> @@ -416,8 +400,9 @@ </tbody> </table> </div> + + <p class="bottomnote"><a id="bottomnote1" name="bottomnote1"></a><span class="note_label">(*) Note:</span> Default Mouse wheel functions can be altered by changing the <a href="options_advanced.html" class="option_name">Mouse wheel scrolls image</a> option.</p> - <p>(*) Releases prior to 1.5.3 will turn off full screen prior to activating the function.</p> <hr id="bottomseparator" />
--- a/doc/style.css Mon Nov 10 23:15:42 2008 +0000 +++ b/doc/style.css Mon Nov 10 23:36:12 2008 +0000 @@ -173,9 +173,20 @@ div.fullscreen-shortcuts { text-align: center; } +.fullscreen-shortcuts p { + margin: 0.1em; +} +td.fullscreen-shortcuts-separator { + background-color: white; + font-size: 110%; +} + div.fullscreen-functions { text-align: center; } +.fullscreen-functions p { + margin: 0.1em; +} /* image_search_finding_duplicates.html */ div.find-duplicates-shortcuts {