about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-03-17T16·55+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-03-17T16·55+0000
commit8ce3dd488711d0eca43c64ccc04903eeba135836 (patch)
treeaa6c543f8b2075cb0a9528163728cb99c2a76639
parent8330c8202aa77ab65ce6344a45c5ecce287fd988 (diff)
* Display the popup directly over the abbreviation.
-rw-r--r--src/log2xml/logfile.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/log2xml/logfile.css b/src/log2xml/logfile.css
index 01af4b08d90b..7b2cdd0660f1 100644
--- a/src/log2xml/logfile.css
+++ b/src/log2xml/logfile.css
@@ -92,8 +92,8 @@ em.storeref:hover
     background: #ffffcd;
     border: solid #555555 1px;
     position: absolute;
-    top: 1.5em;
-    left: 0.5em;
+    top: 0em;
+    left: 0em;
     margin: 0;
     padding: 0;
     z-index: 100;