* image upload handling

* old static image migrator implementation as cli command
* auth id fix, renew works now
* templates refactored to work with uploaded images
This commit is contained in:
Danyi Dávid
2018-05-13 22:34:15 +02:00
parent 26c74ec238
commit c4438f7e8c
20 changed files with 532 additions and 20 deletions

View File

@@ -504,10 +504,12 @@ section.awardee {
"content content";
}
section.awardee ol,
section.awardee ul {
padding-left: 1.5em;
}
section.awardee ol > li,
section.awardee ul > li {
margin-bottom: 10px;
}