[planet-web] [pgo] Add Friends of GNOME ruler



commit d7e4550743309e03395a8f6bd9569ccd2e07df54
Author: Lucas Rocha <lucasr litl com>
Date:   Mon Feb 8 22:04:12 2010 +0000

    [pgo] Add Friends of GNOME ruler

 config/people/config.ini     |    4 +++-
 themes/gnome/index.html.tmpl |    3 +++
 web/nlayout.css              |    5 +++++
 3 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/config/people/config.ini b/config/people/config.ini
index 5341431..42f802a 100644
--- a/config/people/config.ini
+++ b/config/people/config.ini
@@ -3,7 +3,9 @@ name = Planet GNOME
 link = http://planet.gnome.org/
 #owner_name = Jeff Waugh
 #owner_email = jdub gnome org
- 
+
+friends_ruler = 1
+
 date_format = %B %d, %Y %I:%M %p
 log_level = CRITICAL
 
diff --git a/themes/gnome/index.html.tmpl b/themes/gnome/index.html.tmpl
index 842a3cb..7e19986 100644
--- a/themes/gnome/index.html.tmpl
+++ b/themes/gnome/index.html.tmpl
@@ -55,6 +55,9 @@
 
 </div> <!-- /header -->
 
+<TMPL_IF friends_ruler>
+<script type="text/javascript" src="http://www.gnome.org/friends/ruler/ruler.js";></script>
+</TMPL_IF>
 
 <div id="content">
 
diff --git a/web/nlayout.css b/web/nlayout.css
index 22dd818..6ba2244 100644
--- a/web/nlayout.css
+++ b/web/nlayout.css
@@ -315,3 +315,8 @@ div.breadcrumb {
 	margin-top: 2em;
 	font-size: 90%;
 }
+
+/* Friends of GNOME ruler */
+#gnome-fog-ruler {
+	margin-bottom: 2em;
+}



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