From 9b165f7d972923f728489b801e2e8e7efe8ca626 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Fri, 22 Jan 2016 21:56:06 +0900 Subject: Add partial appearance update of inheritence graphs in scaladoc This commit updates color and shape of the inheritence graphs. Also adds a dropshadow on hover instead of opacity change. Graphviz broke upon trying to include svg buttons instead of png. Looking for a solution. --- doc/LICENSE.md | 4 ---- doc/License.rtf | 2 -- doc/licenses/mit_jquery-layout.txt | 21 --------------------- doc/licenses/mit_jquery-ui.txt | 25 ------------------------- 4 files changed, 52 deletions(-) delete mode 100644 doc/licenses/mit_jquery-layout.txt delete mode 100644 doc/licenses/mit_jquery-ui.txt (limited to 'doc') diff --git a/doc/LICENSE.md b/doc/LICENSE.md index f38bf4c519..5c9310a8db 100644 --- a/doc/LICENSE.md +++ b/doc/LICENSE.md @@ -56,9 +56,5 @@ This license is used by the following third-party libraries: This license is used by the following third-party libraries: * jquery - * jquery-ui - * jquery-layout * sizzle * tools tooltip - - diff --git a/doc/License.rtf b/doc/License.rtf index 35ff645feb..d2f37a4bf9 100644 --- a/doc/License.rtf +++ b/doc/License.rtf @@ -53,7 +53,5 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \'93AS IS\'9 \fs26 This license is used by the following third-party libraries:\ \'95 jquery\ - \'95 jquery-ui\ - \'95 jquery-layout\ \'95 sizzle\ \'95 tools tooltip\ diff --git a/doc/licenses/mit_jquery-layout.txt b/doc/licenses/mit_jquery-layout.txt deleted file mode 100644 index 4af6a0a4b0..0000000000 --- a/doc/licenses/mit_jquery-layout.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License - -Copyright (c) 2010 Fabrizio Balliano, Kevin Dalman - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/doc/licenses/mit_jquery-ui.txt b/doc/licenses/mit_jquery-ui.txt deleted file mode 100644 index be226805d3..0000000000 --- a/doc/licenses/mit_jquery-ui.txt +++ /dev/null @@ -1,25 +0,0 @@ -Copyright (c) 2011 Paul Bakaus, http://jqueryui.com/ - -This software consists of voluntary contributions made by many -individuals (AUTHORS.txt, http://jqueryui.com/about) For exact -contribution history, see the revision history and logs, available -at http://jquery-ui.googlecode.com/svn/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- cgit v1.2.3