Skip to content

Commit de4a5a5

Browse files
committed
Merge pull request #12 from enderandpeter/toggleall
Toggle All link on its own line
2 parents 10520c5 + 9fe2d6f commit de4a5a5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ a {
1818
color: #88f;
1919
}
2020

21+
.expand {
22+
display: block;
23+
margin-bottom: 5px;
24+
}
25+
2126
.output, .input {
2227
border: 1px solid #aaa;
2328
background: #fff;

0 commit comments

Comments
 (0)