[gimp-web] Fixed "img src" height values for several book cover images.



commit 84c042346c299d3fe4ae759078a0a36f68bf9cfb
Author: Kevin Cozens <kcozens svn gnome org>
Date:   Tue Jun 26 13:26:21 2012 -0400

    Fixed "img src" height values for several book cover images.

 books/index.htrw |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/books/index.htrw b/books/index.htrw
index 65d33e2..71bb254 100755
--- a/books/index.htrw
+++ b/books/index.htrw
@@ -27,8 +27,8 @@
 <p>
   <img class="icon" src="gimp-for-absolute-beginners-2012.jpg" 
        alt="GIMP for Absolute Beginners"
-       width="133px"
-       height="HHHpx"/>
+       width="100px"
+       height="133px"/>
   <strong>Authors:</strong> Jan Smith, Roman Joost<br/>
   <strong>Format:</strong> Paperback, 352pp.<br/>
   <strong>ISBN-10:</strong> 1-43023-168-8<br/>
@@ -278,7 +278,7 @@ retouching.
   <img class="icon" src="the_gimp_pocket_reference.png"
        alt=""
        width="100px"
-       height="160px"/>
+       height="166px"/>
   <strong>Author:</strong> Sven Neumann<br/>
   <strong>Format:</strong> Paperback, 97pp.<br/>
   <strong>ISBN:</strong> 1-565-92731-1<br/>
@@ -299,7 +299,7 @@ retouching.
   <img class="icon" src="grokking_the_gimp.png"
        alt=""
        width="100px"
-       height="125px"/>
+       height="128px"/>
   <strong>Author:</strong> Carey Bunks<br/>
   <strong>Format:</strong> Paperback, 352pp.<br/>
   <strong>ISBN:</strong> 0-735-70924-6<br/>



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