diff options
| author | Vishal More <[email protected]> | 2020-06-11 11:11:17 +0530 |
|---|---|---|
| committer | Vishal More <[email protected]> | 2020-06-11 11:11:17 +0530 |
| commit | bbe353230727568d3c1999af2701d2e150ff232f (patch) | |
| tree | 4b75466fc0f5b8fb70bc020a9da22d2b924d0aab /doc/html/navtree.css | |
| parent | Documentation Update (diff) | |
| download | gfesdk-1.1.232.tar.xz gfesdk-1.1.232.zip | |
Picking up lastest bug fixes & SHA2 signing1.1.232
[SNG-2803] GFE-SDK : SHA-2 sign task
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; |