Style did you mean text
This commit is contained in:
parent
d409d61a6b
commit
78c774bc3b
2 changed files with 4 additions and 2 deletions
|
@ -173,7 +173,7 @@
|
|||
{
|
||||
$didyoumean = $special["did_you_mean"];
|
||||
$new_url = "/search.php?q=" . urlencode($didyoumean);
|
||||
echo "<p class\"did-you-mean\">Did you mean ";
|
||||
echo "<p class=\"did-you-mean\">Did you mean ";
|
||||
echo "<a href=\"$new_url\">$didyoumean</a>";
|
||||
echo "?</p>";
|
||||
}
|
||||
|
|
|
@ -30,6 +30,7 @@ a,
|
|||
|
||||
.text-result-wrapper a:visited h2,
|
||||
.special-result-container a,
|
||||
.did-you-mean a,
|
||||
.sub-search-button-wrapper a,
|
||||
.sub-search-button-wrapper a:visited{
|
||||
color: #bd93f9;
|
||||
|
@ -187,7 +188,8 @@ a:hover,
|
|||
|
||||
.text-result-container,
|
||||
#time,
|
||||
.next-page-button-wrapper {
|
||||
.next-page-button-wrapper,
|
||||
.did-you-mean {
|
||||
margin-left: 170px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue