From 8e257991d80277950915a77857ea7e724001b195 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 25 Oct 2019 23:33:46 +0300 Subject: Add support for tests, examples, and benchmark package manifest values --- www/package-version-details-body.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'www/package-version-details-body.css') diff --git a/www/package-version-details-body.css b/www/package-version-details-body.css index 62937c1..772f9eb 100644 --- a/www/package-version-details-body.css +++ b/www/package-version-details-body.css @@ -244,6 +244,42 @@ h1, h2, h3 font-size: 0.94em; } +#tests {margin-top: .4em; margin-bottom: 1em;} + +#tests tr:nth-child(even) td {background-color: rgba(0, 0, 0, 0.07);} +#tests td {margin-left: 2.8em; padding-left: .4em;} + +#tests tr.tests td .value +{ + /* style. */ + font-family: monospace; + font-size: 0.94em; +} + +#examples {margin-top: .4em; margin-bottom: 1em;} + +#examples tr:nth-child(even) td {background-color: rgba(0, 0, 0, 0.07);} +#examples td {margin-left: 2.8em; padding-left: .4em;} + +#examples tr.examples td .value +{ + /* style. */ + font-family: monospace; + font-size: 0.94em; +} + +#benchmarks {margin-top: .4em; margin-bottom: 1em;} + +#benchmarks tr:nth-child(even) td {background-color: rgba(0, 0, 0, 0.07);} +#benchmarks td {margin-left: 2.8em; padding-left: .4em;} + +#benchmarks tr.benchmarks td .value +{ + /* style. */ + font-family: monospace; + font-size: 0.94em; +} + /* * Builds. */ -- cgit v1.1