[enh] there should be a minimal auth
This commit is contained in:
parent
aae4e3df8d
commit
db9c25363a
4 changed files with 84 additions and 17 deletions
20
public/css/site.css
Normal file
20
public/css/site.css
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
/*
|
||||
Created on : 16 mai 2020
|
||||
Author : alban
|
||||
*/
|
||||
|
||||
.log {
|
||||
margin-bottom: 10px;
|
||||
border-top: 1px solid #eee;
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
.log h4 {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.log p {
|
||||
color: #666;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue