Merge pull request #12 from enderandpeter/toggleall

Toggle All link on its own line
This commit is contained in:
Jordi Boggiano
2013-04-27 02:01:55 -07:00
+5
View File
@@ -18,6 +18,11 @@ a {
color: #88f; color: #88f;
} }
.expand {
display: block;
margin-bottom: 5px;
}
.output, .input { .output, .input {
border: 1px solid #aaa; border: 1px solid #aaa;
background: #fff; background: #fff;