jhbuild r2246 - in trunk: . buildbot/public_html



Author: fpeters
Date: Fri Aug 15 11:00:17 2008
New Revision: 2246
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2246&view=rev

Log:
* buildbot/public_html/lgo.css: fixed background image repeat; changed
text color for offline hosts.



Modified:
   trunk/ChangeLog
   trunk/buildbot/public_html/lgo.css

Modified: trunk/buildbot/public_html/lgo.css
==============================================================================
--- trunk/buildbot/public_html/lgo.css	(original)
+++ trunk/buildbot/public_html/lgo.css	Fri Aug 15 11:00:17 2008
@@ -213,9 +213,7 @@
 	padding-right: 2px;
 }
 
-th.offline,
-th.idle,
-th.success {
+th.offline, th.idle, th.building {
 	background: white url(offline.png) center right no-repeat;
 	padding: 0 16px;
 }
@@ -228,6 +226,10 @@
 	background-image: url(building.png);
 }
 
+th.offline {
+	color: #888;
+}
+
 td.success {
 	background: #8f8;
 }



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