Lesss margin. New lines.
All checks were successful
RUpload build / Build (push) Successful in 1m9s

This commit is contained in:
retoor 2024-11-26 07:44:15 +01:00
parent 3b09f661d6
commit 54f58cbfc5

View File

@ -69,6 +69,7 @@ UPLOAD_PAGE = """
h2 { h2 {
font-size: 20px; font-size: 20px;
margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
color: #333; color: #333;
clear: both; clear: both;
@ -134,12 +135,11 @@ UPLOAD_PAGE = """
<button type="submit">Upload</button> <button type="submit">Upload</button>
</form> </form>
<br /> <br />
Click <a href="#files">here</a> to see <a href="#files">uploaded files</a> (non-image) at the bottom of this page.<br /> Click <a href="#files">here</a> to see <a href="#files">uploaded files</a> (non-image) at the bottom of this page.
<h2>Uploaded images:</h2> <h2>Uploaded images:</h2>
<div class="container-images"> <div class="container-images">
[images_html] [images_html]
</div> </div>
<br /><br />
<h2 id="files">Uploaded files:</h2> <h2 id="files">Uploaded files:</h2>
<div class="container-file"> <div class="container-file">
[files_html] [files_html]