changeset 22:40b5dd396feb

Added tiny style sheet.
author David Eads <eads@chicagotech.org>
date Tue, 10 Mar 2009 13:47:44 -0500
parents 69db20fdbac2
children a72403cfa9a8
files css/dnd-library.css
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/css/dnd-library.css	Tue Mar 10 13:47:44 2009 -0500
@@ -0,0 +1,7 @@
+.tooltip .tooltip {
+  position: absolute; 
+  top: 0; 
+  left: 0; 
+  z-index: 3; 
+  display: none;
+}