css: quick & dirty style for active stage

This commit is contained in:
Thomas Gelf 2015-10-16 18:09:40 +02:00
parent c41d9829ad
commit 9aec5bfdc3
1 changed files with 4 additions and 0 deletions

View File

@ -300,6 +300,10 @@ table.tinystats {
/* Simple table, test */
tr.running {
color: green;
}
table.simple {
width: auto;
min-width: 100%;