nbsp + more padding

This commit is contained in:
relikd
2020-09-20 14:21:36 +02:00
parent 90eb5d709e
commit 59321406ab
2 changed files with 3 additions and 3 deletions

View File

@@ -221,7 +221,7 @@ p.trckr { font-size: 0.9em; margin-left: 0.5em; }
display: inline-block; display: inline-block;
width: 100%; width: 100%;
margin: 0; margin: 0;
padding: 0.5em 0; padding: 0.7em 0;
height: unset; height: unset;
border: unset; border: unset;
background: unset; background: unset;

View File

@@ -123,10 +123,10 @@ def gen_html_stats(c_apps, c_domains):
fp.write(mylib.template_with_base(''' fp.write(mylib.template_with_base('''
<h2>{}</h2> <h2>{}</h2>
<p> <p>
The AppCheck database currently contains <b>{:,} apps</b> with a total of <b>{:,} unique domains</b>. The AppCheck database currently contains <b>{:,}&nbsp;apps</b> with a total of <b>{:,} unique domains</b>.
</p> </p>
<p> <p>
Collected through <b>{:,} recordings</b> with <b>{:,} individual requests</b>. Collected through <b>{:,}&nbsp;recordings</b> with <b>{:,} individual requests</b>.
</p> </p>
<ul> <ul>
<li>List of <a href="/index/apps/1/">Apps</a></li> <li>List of <a href="/index/apps/1/">Apps</a></li>