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