summaryrefslogtreecommitdiff
path: root/test/scaladoc
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-01-22 21:56:06 +0900
committerFelix Mulder <felix.mulder@gmail.com>2016-01-23 21:42:39 +0900
commit9b165f7d972923f728489b801e2e8e7efe8ca626 (patch)
treee031fb2774f24f8171268e7c19f588a21374f77a /test/scaladoc
parent94a228f90e7d0cb997c866a8b9a7663c67e2df3d (diff)
downloadscala-9b165f7d972923f728489b801e2e8e7efe8ca626.tar.gz
scala-9b165f7d972923f728489b801e2e8e7efe8ca626.tar.bz2
scala-9b165f7d972923f728489b801e2e8e7efe8ca626.zip
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.
Diffstat (limited to 'test/scaladoc')
-rw-r--r--test/scaladoc/javascript/test-index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/scaladoc/javascript/test-index.html b/test/scaladoc/javascript/test-index.html
index 42cbc8cc09..91756b5be1 100644
--- a/test/scaladoc/javascript/test-index.html
+++ b/test/scaladoc/javascript/test-index.html
@@ -6,7 +6,6 @@
src="http://code.jquery.com/qunit/git/qunit.js"></script>
<script type="text/javascript"
src="../../../src/compiler/scala/tools/nsc/doc/html/resource/lib/jquery.js"></script>
- <script src="../../../src/compiler/scala/tools/nsc/doc/html/resource/lib/jquery.layout.js"></script>
<script src="../../../src/compiler/scala/tools/nsc/doc/html/resource/lib/scheduler.js"></script>
<script type="text/javascript"
src="../../../src/compiler/scala/tools/nsc/doc/html/resource/lib/index.js"></script>