nbsp + more padding
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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>{:,} 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>{:,} 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user