Skip to content

Commit

Permalink
Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
grellyd committed Aug 29, 2023
1 parent b131b9d commit a11332b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pages/templates/qrgen.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,15 @@

<form action="/qrcode" method="post">
<ul class="formList">
<li class="formList">
<li class="formItem">
<label for="Link">Link:</label>
<input type="text" id="link" name="link" />
</li>
<li class="formList">
<li class="formItem">
<label for="image">Overlay Image:</label>
<input type="file" id="overlay" name="overlay" accept="image/png, image/jpeg"/>
</li>
<li class="formList">
<li class="formItem">
<input type="submit" value="Generate">
</ul>
</form>
Expand Down
2 changes: 1 addition & 1 deletion static/css/grellyd.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ ul .formList {
line-height: normal;
}

li .formList {
li .formItem {
margin-top: 10px;
}

0 comments on commit a11332b

Please sign in to comment.