diff --git a/website/base.css b/website/base.css index 39caca03..b465c9e3 100644 --- a/website/base.css +++ b/website/base.css @@ -124,8 +124,9 @@ div.screencast:hover .play { text-align: center; } -.comment { +.comment, a.source { font-size: xx-small; + font-weight: normal; color: lightgray; margin-left: 2px; } diff --git a/website/naming.html b/website/naming.html index d639c640..dbac4d2a 100644 --- a/website/naming.html +++ b/website/naming.html @@ -71,7 +71,11 @@

{n.replaceTrailingBraces()} - {s+'x'}{e.pad(2)} - {t.replaceAll(/[!?.]+$/).replaceAll(/[`ยด]/, "'").lowerTrail().replacePart(', Part $1')}My personal favorite. Pretty much 1x01, but with lots of cleanup operations.

-

Binding Reference

+ +

+ Binding Reference + source +

@@ -184,7 +188,11 @@
Name<any subtitle parameter>
-

Function Reference

+ +

+ Function Reference + source +

pad(length, padding = "0")Pad strings or numbers with given characters ('0' by default).