diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-08-26 11:56:39 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2018-08-26 11:56:39 (GMT) |
commit | 716dfb2404342b9e33110ae2124f65f96199fbc7 (patch) | |
tree | 9023a8d286702a4f13662aea38b3a083e2577fe6 /templates/html | |
parent | a1b52e405ee8bf74179a22e24c3d6fc6db9fa66b (diff) | |
parent | 94a52469b177703d3e0d94bed6c4a48bddba18cb (diff) | |
download | Doxygen-716dfb2404342b9e33110ae2124f65f96199fbc7.zip Doxygen-716dfb2404342b9e33110ae2124f65f96199fbc7.tar.gz Doxygen-716dfb2404342b9e33110ae2124f65f96199fbc7.tar.bz2 |
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'templates/html')
-rw-r--r-- | templates/html/navtree.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html/navtree.css b/templates/html/navtree.css index 7d1cb67..81c54c2 100644 --- a/templates/html/navtree.css +++ b/templates/html/navtree.css @@ -96,7 +96,7 @@ .ui-resizable-e { background-image:url("splitbar.png"); background-size:100%; - background-repeat:no-repeat; + background-repeat:repeat-y; background-attachment: scroll; cursor:ew-resize; height:100%; |