diff --git a/static/style.css b/static/style.css index d99b143..b236739 100644 --- a/static/style.css +++ b/static/style.css @@ -86,3 +86,7 @@ footer { font-style: italic; color: #555; } + +.unit { + font-size: small; +} diff --git a/templates/index.mako b/templates/index.mako index 39fb799..af504c7 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -24,11 +24,11 @@ - + - + diff --git a/templates/support/header.mako b/templates/support/header.mako index b123556..b8568e1 100644 --- a/templates/support/header.mako +++ b/templates/support/header.mako @@ -10,6 +10,6 @@

TIF Calculator

-

Calculate the template influence factor of any page on the English Wikipedia

+

Calculate the template influence factor of any page on the English Wikipedia.

TIF${"{0:.2f}".format(result["tif"])} views/min${"{0:.2f}".format(result["tif"])} views/min
Transclusions${result["transclusions"]}${result["transclusions"]} pages
Protection