[gnome-web-www] make news item headers break line and provide a link to more news



commit 27c59896b3fa2917c98b0908ec38c10a978973fd
Author: Andreas Nilsson <anilsson redhat com>
Date:   Wed Mar 27 15:30:15 2013 -0300

    make news item headers break line and provide a link to more news

 theme/page-home.php |    2 ++
 theme/style.css     |    4 ++++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/theme/page-home.php b/theme/page-home.php
index 4940844..08250d6 100644
--- a/theme/page-home.php
+++ b/theme/page-home.php
@@ -74,6 +74,8 @@ The GNOME Project is a diverse international community which involves hundreds o
    endwhile;
 ?>
 
+    <p><a href="/news/" class="action_button">News Archives</a></p>
+
     </div>
 <!-- news -->
 
diff --git a/theme/style.css b/theme/style.css
index b42ab52..2473096 100644
--- a/theme/style.css
+++ b/theme/style.css
@@ -700,6 +700,10 @@ dl.icon_list dt img {
 .news_list {
 }
 
+.news_list .news strong {
+    display: block;
+}
+
 .news_list .news {
     margin-bottom: 20px;
 }


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