[gnomeweb-wp] updated style of date in news list



commit 82630f398983375e04bc5a1a2a22795ffc63a6aa
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Tue Apr 5 20:37:58 2011 -0300

    updated style of date in news list

 wp-content/themes/gnome-grass/css/news.css |    6 +++---
 wp-content/themes/gnome-grass/style.css    |    2 --
 2 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/css/news.css b/wp-content/themes/gnome-grass/css/news.css
index a555c05..e7da760 100644
--- a/wp-content/themes/gnome-grass/css/news.css
+++ b/wp-content/themes/gnome-grass/css/news.css
@@ -8,10 +8,10 @@
     margin: 10px 0 10px 10px;
 }
 .news_list li .date {
-    font-size: 12px;
-    line-height: normal;
+    font-family: 'Droid Serif', 'DejaVu Serif', Cambria, Georgia, serif;
+    color: #888a85;
+    margin-top: 0.1em;
     display: block;
-    margin-left: -10px;
 }
 .news_list li a {
     font-weight: bold;
diff --git a/wp-content/themes/gnome-grass/style.css b/wp-content/themes/gnome-grass/style.css
index 03bb374..02ec19a 100644
--- a/wp-content/themes/gnome-grass/style.css
+++ b/wp-content/themes/gnome-grass/style.css
@@ -652,10 +652,8 @@ dl.icon_list dt img {
     margin-bottom: 20px;
 }
 .news_list .news .date {
-    text-align: right;
     font-family: 'Droid Serif', 'DejaVu Serif', Cambria, Georgia, serif;
     color: #888a85;
-    margin-top: 0.1em;
 }
 .news_list .news a {
     color: #555753;



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