summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-08-20 15:22:27 (GMT)
committerGitHub <noreply@github.com>2016-08-20 15:22:27 (GMT)
commit84c5595a60857139a70520a89583d9e4ecc73098 (patch)
tree165ab23b6ee4eb767fbaed4a21307ca1ee9b802b
parentf37c0e58c47c43e96417d4dcf1559e3f9d1b323b (diff)
parent360987c61462c185942e5055a345dd777920216a (diff)
downloadDoxygen-84c5595a60857139a70520a89583d9e4ecc73098.zip
Doxygen-84c5595a60857139a70520a89583d9e4ecc73098.tar.gz
Doxygen-84c5595a60857139a70520a89583d9e4ecc73098.tar.bz2
Merge pull request #499 from albert-github/feature/problem_navtree_css
Missing semicolon in navtree.css
-rw-r--r--templates/html/navtree.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html/navtree.css b/templates/html/navtree.css
index d6b54b5..7d1cb67 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:no-repeat;
background-attachment: scroll;
cursor:ew-resize;
height:100%;