Aktualisieren src_less/main.less, README.md Dateien

This commit is contained in:
Luca Jäntsch
2019-06-09 03:28:30 +02:00
parent 85338a9a45
commit 042782236d
2 changed files with 114 additions and 113 deletions

View File

@@ -31,7 +31,7 @@ Just use a simple webserver, if you want to use the rescan.php then you need php
```json ```json
{"user":[ {"user":[
["<file_name(w/o filetype)>","<filetype>"], ["<file_name(w/o filetype)>","<filetype>"],
["test","jpg"], ["test","jpg"]
] ]
} }

View File

@@ -54,6 +54,7 @@ html,body{
outline: none; outline: none;
padding-left: 10px; padding-left: 10px;
width: 100%; width: 100%;
margin-top: 6px;
} }
select option { select option {