[gnome-web-www] make first news item align to the left



commit f9fbbfb90b108143b437875c525d4a02963b79f4
Author: Andreas Nilsson <anilsson redhat com>
Date:   Wed Mar 27 15:50:55 2013 -0300

    make first news item align to the left

 theme/style.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/theme/style.css b/theme/style.css
index 2473096..0aa254c 100644
--- a/theme/style.css
+++ b/theme/style.css
@@ -700,6 +700,10 @@ dl.icon_list dt img {
 .news_list {
 }
 
+.news_list div:first {
+    margin-left: 0;
+}
+
 .news_list .news strong {
     display: block;
 }


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