From 99b5bee19d07656fe8ea0b20a61c46d0139e7e0d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 27 Jun 2019 12:26:35 -0700 Subject: fix stats padding (mobile) --- python/fatcat_web/templates/stats.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/fatcat_web/templates/stats.html b/python/fatcat_web/templates/stats.html index eaff8f8d..5b769b1b 100644 --- a/python/fatcat_web/templates/stats.html +++ b/python/fatcat_web/templates/stats.html @@ -13,7 +13,7 @@ You can also fetch these numbers as JSON. - + @@ -29,14 +29,14 @@ You can also fetch these numbers as JSON. - + - + -- cgit v1.2.3
"Papers"
"Papers" Total {{ "{:,}".format(stats.papers.total) }}
On web, not in Keepers {{ "{:,}".format(stats.papers.in_web_not_kbart) }}
Releases
Releases Total {{ "{:,}".format(stats.release.total) }}
References (raw, unlinked) {{ "{:,}".format(stats.release.refs_total) }}
Containers
Containers Total {{ "{:,}".format(stats.container.total) }}