1
0
Fork 0

Added subtle link for trait development on index

website
Mike Gerwitz 2014-03-15 01:28:11 -04:00
parent 0d5170aac1
commit 3742a2f673
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
2 changed files with 6 additions and 2 deletions

View File

@ -27,7 +27,11 @@
</a>
</li>
<li><a href="#static">Static and constant members</a></li>
<li>Traits as mixins (under development)</li>
<li>
Traits as mixins
<a href="http://git.savannah.gnu.org/cgit/easejs.git/?h=traits"
class="subtle">(under development)</a>
</li>
</ul>
</div>

View File

@ -312,7 +312,7 @@ span.shell-start {
font-variant: small-caps;
}
.headline ul a {
.headline ul a:not(.subtle) {
color: #488acf;
}