[geeklog-cvs] geeklog: Removed forgotten line of debug code

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Apr 23 13:43:00 EDT 2012


changeset 8604:dada05973cc5
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/dada05973cc5
user: Rouslan Placella <rouslan at placella.com>
date: Mon Apr 23 18:40:30 2012 +0100
description:
Removed forgotten line of debug code

diffstat:

 public_html/javascript/fix_tooltips.js              |  1 -
 public_html/layout/newpro/css/tooltips/tooltips.css |  4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 90b02603ff16 -r dada05973cc5 public_html/javascript/fix_tooltips.js
--- a/public_html/javascript/fix_tooltips.js	Mon Apr 23 22:54:57 2012 +0900
+++ b/public_html/javascript/fix_tooltips.js	Mon Apr 23 18:40:30 2012 +0100
@@ -1,6 +1,5 @@
 /* Prevents the tooltips from disappearing outside the viewport */
 var fix_tooltips = function() {
-console.log(1);
     var $w = $(window);
     // fix each tooltip
     $('a.gl-tooltip').each(function() {
diff -r 90b02603ff16 -r dada05973cc5 public_html/layout/newpro/css/tooltips/tooltips.css
--- a/public_html/layout/newpro/css/tooltips/tooltips.css	Mon Apr 23 22:54:57 2012 +0900
+++ b/public_html/layout/newpro/css/tooltips/tooltips.css	Mon Apr 23 18:40:30 2012 +0100
@@ -21,7 +21,7 @@
     position: relative;
 }
 a.gl-tooltip span {
-    margin-left: -999em;
+    margin-{left}: -999em;
     position: absolute;
     text-align: {left};
     width: 250px;
@@ -34,7 +34,7 @@
     -webkit-box-shadow: 2px 2px 8px #666;
     -moz-box-shadow: 2px 2px 8px #666;
     font-size: 1em;
-    text-align: left;
+    text-align: {left};
     white-space:normal;
     font-family: Calibri, Tahoma, Geneva, sans, sans-serif;
     position: absolute;



More information about the geeklog-cvs mailing list