diff options
author | Kristian Lyngstol <kly@kly.no> | 2019-01-07 00:44:50 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2019-01-07 00:44:50 +0100 |
commit | bba0ba1368e9b0918f1200149ffbbde6c400e302 (patch) | |
tree | 9bdefaf6eeb413723377ed455b02b6f00a7c8310 /web/index.html | |
parent | 99f1b16f4658ca1465b1c79bb7f1504ec77a15cb (diff) |
Fix placement/style of mini-oplog
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index f89a612..cdd2840 100644 --- a/web/index.html +++ b/web/index.html @@ -299,8 +299,6 @@ <canvas id="hiddenCanvas" width="1000" height="10" style="display: none; position: absolute; z-index: 1000 "></canvas> <div class="logbook logbook-mini gondul-is-private" style="position: absolute; right: 10px; width: 20%; z-index: 70; float: right;"> <div id="oplog-parent-mini" class="logbook" style="border-color: transparent;"> - <table id="oplog-table-mini" class="table table-condensed"> - </table> </div> </div> |