Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Commit

Permalink
A few CSS tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Dec 11, 2009
1 parent 2dd4ffc commit 176c450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions master/css/buildbot.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "type.css";

body { padding:10px;font-size:12px; color:#999; }
body { padding:10px;font-size:11px; color:#999; }
a {color:#999; text-decoration: underline;}
hr {display:none;}

Expand All @@ -9,11 +9,11 @@ table td {font-size:13px; padding:1px 5px; border:1px solid #99B195; border-bott
td a {color:#081E75;}

.Event {color:#999; font-size:11px;}
.Builder {font-size:12px;}
.Builder {font-size:11px;}
.LastBuild td { border-bottom:1px solid #bbb; }
.Activity td { background:#f9f9f9; border-bottom:1px solid #ddd; }
tr td.Builder {background:#e9eae9; border-bottom:1px solid #ddd;}
.success {background:#92cc47;}
.Activity td.building, .running, .start {background:#FED510}
.failure {background:#B50008; color:#fff;}
.failure a {color:#fcc;}
.failure a {color:#fcc;}

0 comments on commit 176c450

Please sign in to comment.