style: adjust h2 margin-top and remove redundant line breaks in upload page
This commit is contained in:
parent
400cc1dc52
commit
bda8470f67
@ -69,6 +69,7 @@ UPLOAD_PAGE = """
|
||||
|
||||
h2 {
|
||||
font-size: 20px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
color: #333;
|
||||
clear: both;
|
||||
@ -134,12 +135,11 @@ UPLOAD_PAGE = """
|
||||
<button type="submit">Upload</button>
|
||||
</form>
|
||||
<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>
|
||||
<div class="container-images">
|
||||
[images_html]
|
||||
</div>
|
||||
<br /><br />
|
||||
<h2 id="files">Uploaded files:</h2>
|
||||
<div class="container-file">
|
||||
[files_html]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user