fixed mapping on creators for authors.html

fixed margin of h2,h4 plus added some css style.
This commit is contained in:
mb
2020-07-17 22:13:36 +02:00
parent de06337ae2
commit 347f3edc03
8 changed files with 50 additions and 35 deletions
+3 -2
View File
@@ -17,12 +17,13 @@ history = open('CHANGES.rst').read()
tests_require = [
'check-manifest>=0.25',
'coverage>=4.0',
# coverage pinned because of https://github.com/nedbat/coveragepy/issues/716
'coverage>=4.0,<5.0.0',
'isort>=4.3.3, <5.0.0',
'pydocstyle>=2.0.0',
'pytest-cov>=2.5.1',
'pytest-pep8>=1.0.6',
'pytest-invenio>=1.2.1',
'pytest-invenio>=1.3.2',
]
extras_require = {