New content for nearly all filters

This commit is contained in:
Adam Hollett
2015-12-13 22:39:26 -05:00
parent f49b990e94
commit 1579545be2
41 changed files with 766 additions and 294 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
box-sizing: border-box;
}
& + .highlight {
// Label every second code block with "Output"
& + .highlight:nth-of-type(2n) {
&:before {
content: "Output";
}