diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-07 15:51:58 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-07 15:51:58 +0200 |
| commit | bfc6e8df881b2a7f9fa610e691d329f6ebdad7ca (patch) | |
| tree | 12deaf1ada1a7d6966222bf964c1966b9bafb2cc /index.html | |
| parent | b7e6b948b6ae1cc2f3cbf9523a4b6eab6e7993fe (diff) | |
measure: don't do the crazy computed css copy. use minus height trick. Fixes #194
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ </head> <body> - + <span id="measure-node" class="graph nodetext" style="position: absolute; display: inline; top: -300px; left: 0px;">suicide squade, attack!</span> + <span id="measure-link" class="graph linklabel" style="position: absolute; display: inline; top: -300px; left: 0px;">those who are about to cry, we kaput you.</span> <div class="top-bar"> <h3 class="doc-title">Server test</h3> <div class="user-area"> |
