diff options
Diffstat (limited to 'docs/navtree.css')
-rw-r--r-- | docs/navtree.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/navtree.css b/docs/navtree.css index 0cc7e77..1a868b3 100644 --- a/docs/navtree.css +++ b/docs/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; |