Indentation.

This commit is contained in:
tastytea 2020-07-04 07:25:18 +02:00
parent 07957ce5fa
commit 60ef089104
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 21 additions and 21 deletions

View File

@ -4,26 +4,26 @@
<title>FediBlock prototype</title>
<meta charset="utf-8" />
<style>
label
{
display: block;
float: left;
width: 11ch;
text-align: right;
margin-right: 1ch;
}
input[type=text], input[type=url]
{
width: 60ch;
}
input[type=button]
{
padding: 0;
}
span.optional
{
font-style: italic;
}
label
{
display: block;
float: left;
width: 11ch;
text-align: right;
margin-right: 1ch;
}
input[type=text], input[type=url]
{
width: 60ch;
}
input[type=button]
{
padding: 0;
}
span.optional
{
font-style: italic;
}
</style>
</head>
<body>
@ -48,7 +48,7 @@
<label for="receipts">Receipts:</label>
<input type="url" id="receipts" name="receipts"
placeholder="https://example.com/@user/1234567890" required>
placeholder="https://example.com/@user/1234567890" required>
<input type="button" id="add_receipt" value="" disabled><br>
<label for="screenshot">Screenshot:</label>