mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-02 03:16:19 -04:00
Make 404 error page look better, and remove the text that it's probably a typo, because in public mode that isn't necessarily true
This commit is contained in:
parent
9815c612eb
commit
73f09f14c4
3 changed files with 21 additions and 15 deletions
|
@ -172,23 +172,23 @@ li.info {
|
|||
min-height: 400px;
|
||||
}
|
||||
|
||||
.closed {
|
||||
.info {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.closed img {
|
||||
.info img {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.closed .closed-header {
|
||||
.info .info-header {
|
||||
font-size: 30px;
|
||||
font-weight: normal;
|
||||
color: #666666;
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
.closed .closed-description {
|
||||
.info .info-description {
|
||||
color: #666666;
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue