diff options
author | albert-github <albert.tests@gmail.com> | 2016-08-17 07:32:29 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2016-08-17 07:32:29 (GMT) |
commit | 360987c61462c185942e5055a345dd777920216a (patch) | |
tree | 165ab23b6ee4eb767fbaed4a21307ca1ee9b802b | |
parent | f37c0e58c47c43e96417d4dcf1559e3f9d1b323b (diff) | |
download | Doxygen-360987c61462c185942e5055a345dd777920216a.zip Doxygen-360987c61462c185942e5055a345dd777920216a.tar.gz Doxygen-360987c61462c185942e5055a345dd777920216a.tar.bz2 |
Missing semicolon in navtree.css
Added missing semicolon in navtree,css
-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 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%; |