We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79e3cf commit d838457Copy full SHA for d838457
spider/assets/css/styles.css
@@ -120,3 +120,7 @@ body {
120
vertical-align: middle;
121
}
122
123
+#hits .media h5 {
124
+ font-weight: normal;
125
+}
126
+
spider/assets/js/search.js
@@ -37,7 +37,7 @@ if (document.getElementById('q')) {
37
{{document_title}}
38
</a>
39
</h5>
40
- <ol class="document-dates text-muted pl-2">
+ <ol class="document-dates pl-2">
41
{{#pubdate}}
42
<li>Published: {{pubdate}}</li>
43
{{/pubdate}}
0 commit comments