[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc
wsiegrist at apple.com
wsiegrist at apple.com
Wed Dec 22 13:26:43 UTC 2010
The following commit has been merged in the debian/experimental branch:
commit 0192563a5aea5f7995badb30399ab75b47c429ed
Author: wsiegrist at apple.com <wsiegrist at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Sep 15 19:10:57 2010 +0000
2010-09-15 William Siegrist <wsiegrist at apple.com>
Darken and improve contrast for success and failure boxes.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67564 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css b/WebKitTools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css
index f69cbb3..3ac989d 100644
--- a/WebKitTools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css
+++ b/WebKitTools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css
@@ -337,13 +337,13 @@ div.BuildWaterfall {
/* LastBuild, BuildStep states */
.success {
color: #FFFFFF;
- background-color: #8d8;
+ background-color: #6d6;
border-color: #4F8530;
}
.failure {
color: #FFFFFF;
- background-color: #f99;
+ background-color: #d66;
border-color: #A77272;
}
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list