css tweaks
This commit is contained in:
parent
98231879cf
commit
b0fd6ba3e9
@ -86,3 +86,9 @@ form {margin-top: 8px;}
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
word-wrap: break-word !important;
|
word-wrap: break-word !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.subtle {
|
||||||
|
color: rgb(175, 175, 175);
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
@ -1 +1 @@
|
|||||||
<p class="center">{{ ""|totalfiles }} files uploaded // {{ ""|totalfilesize }} occupied</p>
|
<p class="subtle">{{ ""|totalfiles }} files uploaded // {{ ""|totalfilesize }} occupied</p>
|
Loading…
Reference in New Issue
Block a user