]> git.phdru.name Git - m_librarian.git/commit
Refactor(web): Use classes instead of inline styles
authorOleg Broytman <phd@phdru.name>
Tue, 16 Jul 2024 13:01:09 +0000 (16:01 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 18 Jul 2024 14:28:12 +0000 (17:28 +0300)
commit5cbaf30fa108a6f0f89ae1b3531820b27f78d7cc
tree84fabf36f757cdec6eb1d20c124d4b898353718f
parent098feb5ac122b1b15604b9db757d1d8c8caa8ee8
Refactor(web): Use classes instead of inline styles

[skip ci]
15 files changed:
m_librarian/web/static/style.css
m_librarian/web/views/download.py
m_librarian/web/views/index.py
m_librarian/web/views/layout.py
m_librarian/web/views/layout.tmpl
m_librarian/web/views/list_authors.py
m_librarian/web/views/list_authors.tmpl
m_librarian/web/views/list_books.py
m_librarian/web/views/list_books.tmpl
m_librarian/web/views/search_authors.py
m_librarian/web/views/search_authors_form.py
m_librarian/web/views/search_authors_form.tmpl
m_librarian/web/views/search_books.py
m_librarian/web/views/search_books_form.py
m_librarian/web/views/search_books_form.tmpl