Indentation.
This commit is contained in:
parent
07957ce5fa
commit
60ef089104
42
index.html
42
index.html
|
@ -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>
|
||||
|
|
Reference in New Issue
Block a user