Commit Graph

6 Commits

Author SHA1 Message Date
Heydon Pickering a0f8aa23ba better aria-current matching 2018-03-24 14:47:44 +00:00
Heydon Pickering 2aa7f83f15 arial for body font 2017-12-25 17:08:06 +00:00
Heydon Pickering dda006483f Merge branch 'master' of https://github.com/ThePacielloGroup/infusion 2017-12-02 12:19:05 +00:00
Heydon Pickering d36fbbeb67 styleable demo containers 2017-12-02 12:18:34 +00:00
Rik Schennink 58160ca8c0
Add browser version information
Extracts and separately renders browser version information.

`IE 11` will be transformed to `IE` and `11`, the version is matched from the right side using a regex `[0-9]+$` and the browser name is matched from the left side using `^[a-zA-Z ]+`

Removed some code duplication.
2017-11-24 08:32:18 +01:00
Heydon Pickering aa6df76ca2 add themes folder 2017-11-02 15:39:45 +00:00