[geeklog-cvs] geeklog: Fixed Tooltip display. It no longer gets cut off at the...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Mar 5 18:12:02 EST 2011


changeset 8145:db69046fcfae
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/db69046fcfae
user: Rouslan Placella <rouslan at placella.com>
date: Sat Mar 05 23:11:38 2011 +0000
description:
Fixed Tooltip display. It no longer gets cut off at the edge of the container.

diffstat:

 public_html/layout/professional_css/css/layout.css |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r f8fd9ffb2b7c -r db69046fcfae public_html/layout/professional_css/css/layout.css
--- a/public_html/layout/professional_css/css/layout.css	Sat Mar 05 15:41:08 2011 -0500
+++ b/public_html/layout/professional_css/css/layout.css	Sat Mar 05 23:11:38 2011 +0000
@@ -147,7 +147,7 @@
 --------------------------------------*/
 
 div#container div#wrapper {
-  overflow: hidden;  /* Adjust floating element */
+  overflow: visible;  /* Adjust floating element */
   width: 960px;  /*  Site Width[W] */
   margin: 0 auto;
   padding: 0 0 2em 0;
@@ -218,7 +218,7 @@
 --------------------------------------*/
 
 div#container div#wrapper div#centerblocks {
-  overflow: auto;
+  overflow: visible;
 }
 
 /* JavaScript Enabled* 3 Column ( Left Block*  Center Block*  Right Block)  Center Block Container */



More information about the geeklog-cvs mailing list