* Make build steps clickable as well.

This commit is contained in:
Eelco Dolstra
2008-11-27 10:04:54 +00:00
parent d9507c304a
commit 24923ed09a
3 changed files with 5 additions and 3 deletions

View File

@ -29,8 +29,9 @@ table {
margin-bottom: 1em;
}
table.buildList tr:hover {
tr.clickable:hover {
background-color: #a0a0f0;
cursor: pointer;
}
.layoutTable td, .layoutTable th {