[gnomeweb-wml] postr: added missing links to external resources



commit ff8622ea27ae16a1b5e593c26896323193fee18d
Author: Germán Póo-Caamaño <gpoo gnome org>
Date:   Wed Nov 11 22:50:49 2009 -0300

    postr: added missing links to external resources

 projects.gnome.org/postr/index.html |   14 ++++++++++----
 projects.gnome.org/postr/style.css  |    3 ++-
 2 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/projects.gnome.org/postr/index.html b/projects.gnome.org/postr/index.html
index f02a325..6c275b6 100644
--- a/projects.gnome.org/postr/index.html
+++ b/projects.gnome.org/postr/index.html
@@ -35,9 +35,11 @@
 				<div id="slogan">
 					<h1>Upload your photos to Flickr with Postr</h1>
 					<h2>
-					Postr is a Flickr uploading tool for the GNOME desktop,
+					Postr is a <a href="http://www.flickr.com/";>Flickr</a>
+					uploading tool for the GNOME desktop,
 					which aims to be simple to use but exposing enough of 
-					Flickr to be useful. It isn't finished yet, but its a 
+					<a href="http://www.flickr.com/";>Flickr</a> to be 
+					useful. It isn't finished yet, but its a 
 					very capable uploader already.
 					</h2>
 				</div>
@@ -56,7 +58,11 @@
 		from GNOME servers.
 	  </p>
 		<p>
-		Debian Lenny and Ubuntu Karmic provides packages for Postr 0.12.3. 
+		<a href="http://packages.debian.org/lenny/graphics/postr/";>Debian
+		Lenny</a>, <a
+		href="http://packages.ubuntu.com/karmic/postr/";>Ubuntu</a>
+		(since Hardy) and 
+		<a href="https://admin.fedoraproject.org/pkgdb/packages/name/postr";>Fedora</a> provide packages for Postr.
 		</p>
 	</div>
 	
@@ -175,7 +181,7 @@ $ ./postr</pre>
 	    <div id="bottom-right">
 			Design based on <a
 	href="http://www.free-css-templates.com/preview/redbusiness/";>David
-	Herreman's</a> at <a href="http://www.free-css-templates.com/";>Free CSS Templates</a>
+	Herreman's</a> work at <a href="http://www.free-css-templates.com/";>Free CSS Templates</a>
 	    </div>
 	  </div>
 	</div>
diff --git a/projects.gnome.org/postr/style.css b/projects.gnome.org/postr/style.css
index 2296da7..2195b9a 100644
--- a/projects.gnome.org/postr/style.css
+++ b/projects.gnome.org/postr/style.css
@@ -69,7 +69,8 @@ hr { height: 1px; border-style: none; color: #d0d0d0; background-color: #C0C0C0;
                 letter-spacing: 0px; margin:0; padding: 10px 0}
 			
 		#wrap #menu { padding: 0; margin:0; background: inherit; }
-		#wrap #menu a { padding-left: 25px; font:  0.9em Arial, Sans-Serif; text-decoration: none; background: #F6F6F6 url(images/lm-li.gif) no-repeat left;  }
+		#wrap #menu a { text-decoration: none; }
+		#wrap #menu a:hover { text-decoration: underline; }
 		#wrap #menu ul { padding: 10px 0 }
 		#wrap #menu li { line-height: 26px; background: #F6F6F6 url(images/li-line.gif) no-repeat bottom left; list-style: none }
 		



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