www/adium.im 584:dd6c1cafb02a: "pointer" is a bit too generic.
commits at adium.im
commits at adium.im
Tue Feb 21 20:03:05 UTC 2012
details: http://hg.adium.im/www/adium.im/rev/dd6c1cafb02a
revision: 584:dd6c1cafb02a
branch: rewrite
author: Paul Wilde <me at paulwilde.co.uk>
date: Tue Feb 21 20:02:59 2012 +0000
"pointer" is a bit too generic.
diffs (24 lines):
diff -r 5f5f846904c0 -r dd6c1cafb02a assets/scripts/home.js
--- a/assets/scripts/home.js Tue Feb 21 19:59:02 2012 +0000
+++ b/assets/scripts/home.js Tue Feb 21 20:02:59 2012 +0000
@@ -19,7 +19,7 @@
$tooltip.css({
top: $p.top - $tooltip.outerHeight() - 8,
left: $p.left - $left + $(this).contents().width() / 2
- }).append('<div id="pointer">');
+ }).append('<div id="tooltip-pointer">');
// Realign pointer
if ($alignPointer == true)
diff -r 5f5f846904c0 -r dd6c1cafb02a assets/styles/home.css
--- a/assets/styles/home.css Tue Feb 21 19:59:02 2012 +0000
+++ b/assets/styles/home.css Tue Feb 21 20:02:59 2012 +0000
@@ -184,7 +184,7 @@
text-shadow: 0 1px #fff;
}
-#pointer {
+#tooltip-pointer {
position: absolute;
top: 100%;
left: 50%;
More information about the commits
mailing list