[planet-web] [pgo] Add global font settings to the body element



commit 72699a08c1a29627f18b497620ac6ac6aba14b35
Author: Alberto Ruiz <aruiz gnome org>
Date:   Tue Apr 5 00:47:00 2011 +0100

    [pgo] Add global font settings to the body element

 themes/gnome/index-3.0.html.tmpl |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/themes/gnome/index-3.0.html.tmpl b/themes/gnome/index-3.0.html.tmpl
index a1fd114..036e506 100644
--- a/themes/gnome/index-3.0.html.tmpl
+++ b/themes/gnome/index-3.0.html.tmpl
@@ -45,7 +45,7 @@
 	#page
 	{
 		background: url("http://wptest.gnome.org/wp-content/themes/gnome-grass/images/html-bg.png";) repeat-x scroll center top #FFFFFF;
-    font-family: Cantarell,'Droid Sans',Ubuntu,'DejaVu Sans',Arial,sans-serif;
+		font-family: Cantarell,'Droid Sans',Ubuntu,'DejaVu Sans',Arial,sans-serif;
 	}
 	
 	#global_domain_bar div {
@@ -57,6 +57,11 @@
 	{
 		background: white;
 	}
+	
+	body
+	{
+			font-family: Cantarell,'Droid Sans',Ubuntu,'DejaVu Sans',Arial,sans-serif;
+	}
 	</style>
 
 



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