diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-03-17T16·55+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-03-17T16·55+0000 |
commit | 8ce3dd488711d0eca43c64ccc04903eeba135836 (patch) | |
tree | aa6c543f8b2075cb0a9528163728cb99c2a76639 /src/log2xml/logfile.css | |
parent | 8330c8202aa77ab65ce6344a45c5ecce287fd988 (diff) |
* Display the popup directly over the abbreviation.
Diffstat (limited to 'src/log2xml/logfile.css')
-rw-r--r-- | src/log2xml/logfile.css | 4 |
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; |