[gnome-web-www] underscore and hyphen are not the same character apparently yeah
- From: Andreas Nilsson <andreasn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www] underscore and hyphen are not the same character apparently yeah
- Date: Wed, 27 Mar 2013 18:26:33 +0000 (UTC)
commit 1669eedb9aeac6c36e92de79a04b2b7bd77b2898
Author: Andreas Nilsson <anilsson redhat com>
Date: Wed Mar 27 15:26:27 2013 -0300
underscore and hyphen are not the same character apparently yeah
theme/page-home.php | 2 +-
theme/style.css | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/theme/page-home.php b/theme/page-home.php
index cf84e7c..4940844 100644
--- a/theme/page-home.php
+++ b/theme/page-home.php
@@ -52,7 +52,7 @@ The GNOME Project is a diverse international community which involves hundreds o
<!-- news -->
<h2>Latest news</h2>
- <div class="news-list">
+ <div class="news_list">
<?php
query_posts (array('post_type' => 'post', 'posts_per_page' => 3));
diff --git a/theme/style.css b/theme/style.css
index 50e9696..b42ab52 100644
--- a/theme/style.css
+++ b/theme/style.css
@@ -698,11 +698,10 @@ dl.icon_list dt img {
*/
.news_list {
- background: red;
}
+
.news_list .news {
margin-bottom: 20px;
- background: blue;
}
.news_list .news .date {
font-family: 'Droid Serif', 'DejaVu Serif', Cambria, Georgia, serif;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]