Visually group specs by suite.

This commit is contained in:
Aaron Peckham & Christian Williams
2009-08-10 17:50:03 -07:00
parent b1a007dfb5
commit 4b244612c1
6 changed files with 109 additions and 11 deletions

View File

@@ -24,6 +24,12 @@ p {
color: red;
}
.suite {
border: 1px outset gray;
margin: 2px;
padding-left: 1em;
}
.spec {
margin: 5px;
clear: both;