[pygtk-web] 2009-07-23 Rafael Villar Burke <pachi rvburke com>
- From: Rafael Villar Burke <rvburke src gnome org>
- To: svn-commits-list gnome org
- Subject: [pygtk-web] 2009-07-23 Rafael Villar Burke <pachi rvburke com>
- Date: Thu, 23 Jul 2009 15:37:42 +0000 (UTC)
commit 9fb448c14de18da63b9396488bece2ed422ffe17
Author: Rafael Villar Burke <pachi rvburke com>
Date: Thu Jul 23 17:35:40 2009 +0200
2009-07-23 Rafael Villar Burke <pachi rvburke com>
* default.css feed.py index.src: Visual improvements
default.css | 11 +++++++++++
feed.py | 2 +-
index.src | 8 ++------
3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/default.css b/default.css
index 78c8be7..8fd096d 100644
--- a/default.css
+++ b/default.css
@@ -107,6 +107,17 @@ a:link:active {
padding: 0;
}
+/* News */
+
+#newsblock {
+ font-size:85%;
+ color:#797979;
+}
+
+#newsblock .description a {
+ color: #5555ff;
+}
+
/* Copyright footer */
#copyright {
text-align: center;
diff --git a/feed.py b/feed.py
index e076d7f..63e2eb8 100755
--- a/feed.py
+++ b/feed.py
@@ -100,7 +100,7 @@ src_item_template = r"""
<div class="news">
<h4><a name="%(anchor)s">%(title)s</a></h4>
<h5>%(pubDate)s by %(author)s</h5>
-<div>%(description)s</div>
+<div class="description">%(description)s</div>
</div>
"""
diff --git a/index.src b/index.src
index a14c56e..6808342 100644
--- a/index.src
+++ b/index.src
@@ -31,13 +31,9 @@ distribute and study it with very few restrictions (LGPL license).</p>
<a href="http://www.pygtk.org/news.html"><small>Old stories</small></a>
</div>
+<div id="newsblock">
<!--stp:include('newsitems-index.src') -->
-
-<center>
-<p><small>You can read <a href="news.html">old stories</a> and subscribe to
-our <a href="http://www.pygtk.org/news.rss">news feed
-<img src="img/feed-icon-14x14.png"alt="RSS" title="RSS feed" /></a></small></p>
-</center>
+</div>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]