[pypy-commit] buildbot buildbot-0.8.7: update css

bivab noreply at buildbot.pypy.org
Thu Aug 29 13:34:55 CEST 2013


Author: David Schneider <david.schneider at picle.org>
Branch: buildbot-0.8.7
Changeset: r835:d8589224fc11
Date: 2013-08-28 13:52 +0200
http://bitbucket.org/pypy/buildbot/changeset/d8589224fc11/

Log:	update css

diff --git a/master/public_html/default.css b/master/public_html/default.css
--- a/master/public_html/default.css
+++ b/master/public_html/default.css
@@ -368,6 +368,12 @@
 	border-color: #A77272;
 }
 
+.failure-again {
+	color: #000;
+	background-color: #eA9;
+	border-color: #A77272;
+}
+
 .warnings {
 	color: #FFFFFF;
 	background-color: #fa3;
@@ -398,6 +404,12 @@
 	border-color: #C5C56D;
 }
 
+.paused {
+    color: #FFFFFF;
+    background-color: #8080FF;
+    border-color: #dddddd;
+}
+
 .offline,td.offline {
     color: #FFFFFF;
     background-color: #777777;
@@ -553,6 +565,10 @@
 	display: none;
 }
 
+pre {
+	white-space: pre-wrap;
+}
+
 /* change comments (use regular colors here) */
 pre.comments>a:link,pre.comments>a:visited {
 	color: blue;


More information about the pypy-commit mailing list