Skip to content
Snippets Groups Projects
Commit 3d2110bf authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #810176 by bleen18, jhodgdon: search result titles should be enclosed in a heading tag.

parent 1e9409ad
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -50,7 +50,7 @@
<h3 class="title">
<a href="<?php print $url; ?>"><?php print $title; ?></a>
</h3>
<div class="search-info-wrap">
<div class="search-snippet-info">
<?php if ($snippet) : ?>
<p class="search-snippet"><?php print $snippet; ?></p>
<?php endif; ?>
......
......@@ -9,6 +9,6 @@
float: right;
clear: right;
}
.search-results .search-info-wrap {
.search-results .search-snippet-info {
padding-right: 1em; /* LTR */
}
\ No newline at end of file
......@@ -19,7 +19,7 @@
.search-results li {
margin-bottom: 1em;
}
.search-results .search-info-wrap {
.search-results .search-snippet-info {
padding-left: 1em; /* LTR */
}
.search-results .search-info {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment