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
No related branches found
No related tags found
No related merge requests found
......@@ -50,12 +50,12 @@
<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; ?>
<?php if ($info) : ?>
<p class="search-info"><?php print $info; ?></p>
<p class="search-info"><?php print $info; ?></p>
<?php endif; ?>
</div>
</li>
......@@ -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.
Finish editing this message first!
Please register or to comment