[ocrfeeder] Fix images in user documentation



commit 114ab773e3135c7cb1e82c101810f5718456606c
Author: Joaquim Rocha <jrocha igalia com>
Date:   Mon Jan 3 08:51:07 2011 +0100

    Fix images in user documentation

 help/C/manualeditionandcorrection.page |   10 +++++-----
 help/Makefile.am                       |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/help/C/manualeditionandcorrection.page b/help/C/manualeditionandcorrection.page
index 3e2e5d3..8f58a3a 100644
--- a/help/C/manualeditionandcorrection.page
+++ b/help/C/manualeditionandcorrection.page
@@ -21,17 +21,17 @@ a document's contents in an easy way.</p>
 <title>Content Areas</title>
 
 <p>The mentioned document's contents are represented by areas like
-shown in the following image:
-<media type="image" mime="image/png" src="figures/content-areas.png">
+shown in the following image:</p>
+<media type="image" mime="image/png" src="figures/content-areas.png"
+width="300px">
 A picture of two content areas with one of them selected.
 </media>
-</p>
 
 <p>The attributes of a selected are shown and can be changed from
 the right part of the main window, like shown in the following image:
-<media type="image" mime="image/png" src="figures/areas-edition.png" width="100px">A
-picture showing the areas' edition UI</media>
 </p>
+<media type="image" mime="image/png" src="figures/areas-edition.png" width="200px">A
+picture showing the areas' edition UI</media>
 
 <p>The following list describes the content areas' attributes:</p>
 <list>
diff --git a/help/Makefile.am b/help/Makefile.am
index 8ca3787..8cb8469 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -3,7 +3,7 @@ include $(top_srcdir)/gnome-doc-utils.make
 DOC_ID = ocrfeeder
 
 DOC_FIGURES = \
-	figures/areas-edition.png
+	figures/areas-edition.png \
 	figures/content-areas.png
 
 DOC_PAGES = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]