gimp-web r1884 - in trunk: . release-notes style



Author: martinn
Date: Thu Oct  2 12:11:12 2008
New Revision: 1884
URL: http://svn.gnome.org/viewvc/gimp-web?rev=1884&view=rev

Log:
* style/wgo.css: Add a div.figure-placeholder class so we can
center the image and still have it as a link.

* release-notes/gimp-2.6.htrw (We Hope You Enjoy GIMP 2.6!): Link
the groupshot image to its flickr page, and make the LGM 2008
reference into a link to the LGM 2008 page.


Modified:
   trunk/ChangeLog
   trunk/release-notes/gimp-2.6.htrw
   trunk/style/wgo.css

Modified: trunk/release-notes/gimp-2.6.htrw
==============================================================================
--- trunk/release-notes/gimp-2.6.htrw	(original)
+++ trunk/release-notes/gimp-2.6.htrw	Thu Oct  2 12:11:12 2008
@@ -339,10 +339,15 @@
 
 <h2>We Hope You Enjoy GIMP&nbsp;2.6!</h2>
 
-<img class="figure" src="images/2.6-lgm-2008-groupshot.jpg" alt="LGM 2008 shot of the GIMP team" />
+<div class="figure-placeholder">
+  <a href="http://www.flickr.com/photos/garrett/2733807768/";>
+    <img src="images/2.6-lgm-2008-groupshot.jpg" alt="LGM 2008 shot of the GIMP team" />
+  </a>
+</div>
 <p>
-  <i>A picture of (mostly) GIMP developers, taken by Garrett LeSage at
-  Libre Graphics Meeting 2008, licenced
+  <i>A picture of (mostly) GIMP developers, taken by Garrett LeSage
+  at <a href="http://www.libregraphicsmeeting.org/2008/";> Libre
+  Graphics Meeting 2008</a>, licenced
   under <a href="http://creativecommons.org/licenses/by/2.0/deed.en";>CC-By</a></i>
 </p>
 

Modified: trunk/style/wgo.css
==============================================================================
--- trunk/style/wgo.css	(original)
+++ trunk/style/wgo.css	Thu Oct  2 12:11:12 2008
@@ -80,6 +80,10 @@
   margin-bottom: 1em;
 }
 
+div.figure-placeholder {
+  text-align: center;
+}
+
 img.figure, .flash {
   display: block;
   margin: 1em auto;



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