From 4b7a326d741b01b6080a247d698b6cceb0f0531d Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Tue, 12 Sep 2017 00:08:18 -0700 Subject: website --- docs/index.css | 4 ++++ docs/index.html | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.css b/docs/index.css index 804f7749d..438eeebd0 100644 --- a/docs/index.css +++ b/docs/index.css @@ -70,6 +70,10 @@ dem { /* de-emphasize */ font-weight: 400; opacity: 0.7; } +num { /* number */ + font-feature-settings: 'calt' 1, 'ss01' 1; + white-space: pre; +} h1, h2, h3 { font-weight: 500; diff --git a/docs/index.html b/docs/index.html index b238bbd4a..764f68c9d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -264,7 +264,8 @@
  • Interface was developed in an a private, internal git repository starting in November 2016, prior to being published on August 22, 2017. - Between November 2016 and August 2017, there were 2 990 150 line edits made across 247 versions. + Between November 2016 and August 2017, there were + 2 990 150 line edits made across 247 versions. The reason the public GitHub repository does not reflect this is the fact that the project was initially only internal at the company where the author works and had some sensitive information "checked in", -- cgit v1.2.3