We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdb48b commit f13a477Copy full SHA for f13a477
inject.js
@@ -41,6 +41,9 @@ function showPeek(elem) {
41
return false;
42
elem.addClass('wikitip');
43
elem.append('<span class="wikiinfo"><div class="wikititle"></div><div class="wikitext"></div></span>');
44
+
45
46
47
$('.wikiinfo .wikititle').text(wikiResponse[0]);
48
$('.wikiinfo .wikitext').text(wikiResponse[1]);
49
}
styles.css
@@ -33,11 +33,13 @@
33
34
.wikiinfo:before{
35
border: solid;
36
- border-color: #333 transparent;
+ left: 0;
37
+ bottom: -6px;
38
+ border-color: #ccc;
39
+ border-right-color: transparent;
40
+ border-left-color: transparent;
border-width: 6px 6px 0 6px;
- bottom: 20px;
content: "";
- left: 50%;
position: absolute;
z-index: 100000;
0 commit comments