Page MenuHomePhabricator

wikipedialink.html

Authored By
bzimport
Nov 21 2014, 10:34 PM
Size
1 KB
Referenced Files
None
Subscribers
None

wikipedialink.html

<style>
.suggestions-results {
background-color: white;
font-size: 0.8em;
cursor: pointer;
border: solid 1px #AAA;
padding: 0;
margin: 0;
}
.suggestions-result {
color: black;
margin: 0;
line-height: 1.5em;
padding: 0.01em 0.25em;
text-align: left;
}
/* New CSS */
.suggestions-result > a {
color: black;
text-decoration: none;
}
</style>
Origianl suggestion dropdown:
<div style="width: 226px; " class="suggestions">
<div class="suggestions-results">
<div class="suggestions-result" rel="0" title="DDT (professional wrestling)">
<span style="white-space: nowrap; "><span class="highlight">DD</span>T (professional wrestling)</span>
</div>
<div class="suggestions-result" rel="1" title="DD">
<span style="white-space: nowrap; "><span class="highlight">DD</span></span>
</div>
</div>
</div>
<br>
Suggested suggestion dropdown:
<div style="width: 226px; " class="suggestions">
<div class="suggestions-results">
<div class="suggestions-result" rel="0" title="DDT (professional wrestling)">
<a href="http://www.example.com"><span style="white-space: nowrap; "><span class="highlight">DD</span>T (professional wrestling)</span></a>
</div>
<div class="suggestions-result" rel="1" title="DD">
<a href="http://www.example.com"><span style="white-space: nowrap; "><span class="highlight">DD</span></span></a>
</div>
</div>
</div>

File Metadata

Mime Type
text/html
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5170
Default Alt Text
wikipedialink.html (1 KB)

Event Timeline