diff --git a/stack/index.html b/stack/index.html index 54f3502..99f95d5 100644 --- a/stack/index.html +++ b/stack/index.html @@ -63,6 +63,25 @@ color: #bada55; } +ul.comma-sep li:nth-child(odd) { + color: #bada55; +} + +ul.comma-sep li + +ul.comma-sep li { + list-style: none; + display: inline-block; +} + +ul.comma-sep li.comma-sep:after { + content: ", "; +} + +ul.comma-sep li:last-child:after { + content:""; +} +
@@ -149,21 +168,67 @@6c459e797769ab19c34dc5f9e37af760ff194d69
+