diff --git a/app/static/css/style.css b/app/static/css/style.css index 5573e85..7fc3444 100755 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -121,6 +121,10 @@ display: inline-block; font-size: 10px; } +#ascii { + text-align: center; +} + .library_table tr:nth-child(even){ background-color: #fafafa; diff --git a/app/templates/show_books.html b/app/templates/show_books.html index 04a9d0b..2c2e6fb 100755 --- a/app/templates/show_books.html +++ b/app/templates/show_books.html @@ -3,7 +3,7 @@ {% block main %}