We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e5d02 commit f0d2265Copy full SHA for f0d2265
src/main/webapp/WEB-INF/views/collection/info.html
@@ -60,9 +60,9 @@
60
</div>
61
62
<div class="row">
63
- <div class="col-sm-12">
+ <div id="content" class="col-sm-12">
64
65
- <h3 class="text-center" th:text="#{t_collection_of(${ownerName})}">
+ <h3 th:text="#{t_collection_of(${ownerName})}">
66
John Doe's collection
67
</h3>
68
src/main/webapp/WEB-INF/views/series/search_result.html
@@ -64,8 +64,8 @@
- <div class="col-sm-12" th:with="search_results=#{t_search_results}">
- <h3 class="text-center" th:text="${#strings.capitalize(search_results)}">
+ <div id="content" class="col-sm-12" th:with="search_results=#{t_search_results}">
+ <h3 th:text="${#strings.capitalize(search_results)}">
69
Search results
70
71
0 commit comments