diff options
author | David Adam Bordoley <bordoley@msu.edu> | 2003-05-07 22:13:43 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-05-07 22:13:43 +0800 |
commit | 574c3c12fac6ecac351314bd7cc443ab44bc496b (patch) | |
tree | 608c0f4bff134b415345a7bf120f505238df1227 | |
parent | 3de8a0267dc89614546e83908cff70743639f7e0 (diff) | |
download | gsoc2013-epiphany-574c3c12fac6ecac351314bd7cc443ab44bc496b.tar gsoc2013-epiphany-574c3c12fac6ecac351314bd7cc443ab44bc496b.tar.gz gsoc2013-epiphany-574c3c12fac6ecac351314bd7cc443ab44bc496b.tar.bz2 gsoc2013-epiphany-574c3c12fac6ecac351314bd7cc443ab44bc496b.tar.lz gsoc2013-epiphany-574c3c12fac6ecac351314bd7cc443ab44bc496b.tar.xz gsoc2013-epiphany-574c3c12fac6ecac351314bd7cc443ab44bc496b.tar.zst gsoc2013-epiphany-574c3c12fac6ecac351314bd7cc443ab44bc496b.zip |
Add Zooming help.
2003-05-07 David Adam Bordoley <bordoley@msu.edu>
* help/C/epiphany.xml:
Add Zooming help.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | help/C/epiphany.xml | 29 |
2 files changed, 30 insertions, 5 deletions
@@ -2,6 +2,12 @@ * help/C/epiphany.xml: + Add Zooming help. + +2003-05-07 David Adam Bordoley <bordoley@msu.edu> + + * help/C/epiphany.xml: + Document New Window and New Tab. 2003-05-07 David Adam Bordoley <bordoley@msu.edu> diff --git a/help/C/epiphany.xml b/help/C/epiphany.xml index 7f9c81e62..02024ab1d 100644 --- a/help/C/epiphany.xml +++ b/help/C/epiphany.xml @@ -338,11 +338,30 @@ you can choose items related to the display of the web page.</para> <title>To Search for Text in a Page</title> <para> </para> - </sect2> - <sect2 id="to-zoom-in-page"> - <title>To Zoom In or Out of a Page</title> - <para> - </para> + </sect2> + <sect2 id="to-change-zoom"> + <title>To Change the Zoom Factor</title>
+ <para>You can use the following methods to resize the view of a page</para>
+ <itemizedlist>
+ <listitem><para>To enlarge the view of a page, choose
+ <menuchoice>
+ <guimenu>View</guimenu>
+ <guimenuitem>Zoom In</guimenuitem>
+ </menuchoice>.</para>
+ </listitem>
+ <listitem><para>To shrink the view of a page, choose
+ <menuchoice>
+ <guimenu>View</guimenu>
+ <guimenuitem>Zoom Out</guimenuitem>
+ </menuchoice>.</para>
+ </listitem>
+ <listitem><para>To view the page at its actual size, choose
+ <menuchoice>
+ <guimenu>View</guimenu>
+ <guimenuitem>Normal Size</guimenuitem>
+ </menuchoice>. </para>
+ </listitem>
+ </itemizedlist> </sect2> <sect2 id="to-view-page-source"> <title>To View the Source of a Page</title> |