Make HTML output more consistent.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-10-19 16:15:53 +02:00
parent 7ac8ddb230
commit 85a191c74d
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 5 additions and 5 deletions

View File

@ -54,12 +54,12 @@ void write_html(ostream &out, const vector<entry_type> &entries)
<style>
.small
{
font-size: small;
font-size: small;
}
img
{
max-height: 10em;
max-width: 40ch;
max-height: 10em;
max-width: 40ch;
}
summary
{
@ -68,11 +68,11 @@ void write_html(ostream &out, const vector<entry_type> &entries)
}
details:nth-of-type(even)
{
background-color: #0001;
background-color: #0001;
}
</style>
<link rel="alternate" type="application/rss+xml"
title="The newest FediBlock entries. All tags." href="/rss">
title="The newest FediBlock entries. All tags." href="/rss">
</head>
<body>
<h1>Blocklist</h1>