summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@epfl.ch>2011-07-01 15:03:10 +0000
committerVlad Ureche <vlad.ureche@epfl.ch>2011-07-01 15:03:10 +0000
commit60085c5cf8c6fd2cb8ee04f049798f389cf5db6a (patch)
treec4824bff481ba1b86b13d9aa76d76bbf2528d754
parent300cb9e1ee6559ea08b58b04dd89de94e4449fce (diff)
downloadscala-60085c5cf8c6fd2cb8ee04f049798f389cf5db6a.tar.gz
scala-60085c5cf8c6fd2cb8ee04f049798f389cf5db6a.tar.bz2
scala-60085c5cf8c6fd2cb8ee04f049798f389cf5db6a.zip
Fixes scaladoc layout for function arguments wi...
Fixes scaladoc layout for function arguments with default values. Contributed by Ruediger Keller. Closes SI-4588, no review.
-rw-r--r--src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css b/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css
index f29d60f1c1..87e9972812 100644
--- a/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css
+++ b/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css
@@ -306,7 +306,7 @@ div.members > ol > li:last-child {
text-decoration: none;
}
-.signature .symbol {
+.signature > .symbol {
display: block;
padding-left: 8.7em;
}
@@ -698,4 +698,4 @@ div.fullcomment dl.paramcmts > dd {
#mbrsel .showall span {
color: #4C4C4C;
font-weight: bold;
-}*/ \ No newline at end of file
+}*/