From 3742a2f673fa2d14adcd38fefa035240e94d2341 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 15 Mar 2014 01:28:11 -0400 Subject: [PATCH] Added subtle link for trait development on index --- index.html | 6 +++++- style.css | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5aab007..f0d163d 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,11 @@
  • Static and constant members
  • -
  • Traits as mixins (under development)
  • +
  • + Traits as mixins + (under development) +
  • diff --git a/style.css b/style.css index 0ced119..83e0855 100644 --- a/style.css +++ b/style.css @@ -312,7 +312,7 @@ span.shell-start { font-variant: small-caps; } -.headline ul a { +.headline ul a:not(.subtle) { color: #488acf; }