[gnome-web-www] more news styling tweaks
- From: Andreas Nilsson <andreasn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www] more news styling tweaks
- Date: Wed, 27 Mar 2013 18:20:55 +0000 (UTC)
commit 79cd45a74d90c83e9e7e7553ecb8a78504f3ec7c
Author: Andreas Nilsson <anilsson redhat com>
Date: Wed Mar 27 15:20:49 2013 -0300
more news styling tweaks
theme/page-home.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/theme/page-home.php b/theme/page-home.php
index d78506d..cf84e7c 100644
--- a/theme/page-home.php
+++ b/theme/page-home.php
@@ -60,7 +60,10 @@ The GNOME Project is a diverse international community which involves hundreds o
while ( have_posts() ) : the_post();
?>
- <div class="grid_4">
+ <div class="grid_4 news">
+ <span class="date">
+ <?php the_date(); ?>
+ </span>
<a href="<?php the_permalink(); ?>">
<strong><?php the_title(); ?></strong>
<?php echo strip_tags(get_the_excerpt()); ?>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]