diff options
Diffstat (limited to 'doc/html/navtree.css')
| -rw-r--r-- | doc/html/navtree.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/html/navtree.css b/doc/html/navtree.css index e7e9a1e..128ae40 100644 --- a/doc/html/navtree.css +++ b/doc/html/navtree.css @@ -94,11 +94,8 @@ } .ui-resizable-e { - background-image:url("splitbar.png"); - background-size:100%; - background-repeat:no-repeat; - background-attachment: scroll; - cursor:ew-resize; + background:url("splitbar.png") repeat scroll right center transparent; + cursor:e-resize; height:100%; right:0; top:0; |