Remove buildbot.css as it's never been used.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2009-08-14 19:09:55 +00:00
parent d2da8c9716
commit 02e3338904

View File

@ -1,45 +0,0 @@
a:visited {
color: #800080;
}
td.Event, td.BuildStep, td.Activity, td.Change, td.Time, td.Builder {
border-top: 1px solid;
border-right: 1px solid;
}
td {
border-top: 1px solid;
border-right: 1px solid;
border-color: silver;
}
/* Activity states */
.offline {
background-color: red;
}
.idle {
background-color: white;
}
.waiting {
background-color: yellow;
}
.building {
background-color: yellow;
}
/* LastBuild, BuildStep states */
.success {
background-color: #72ff75;
}
.failure {
background-color: red;
}
.warnings {
background-color: #ff8000;
}
.exception {
background-color: #c000c0;
}
.start,.running {
background-color: yellow;
}