summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2010-04-12 17:04:47 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2010-04-12 17:04:47 +0000
commitc315a6fe9ce88384ef2b59bb3530e068c874b1d0 (patch)
tree2e19bda820e0e5e182e0ae4b825d90f6c10aa9e1
parent9361f2d069b925f39f090af9ff54d9e7085d0e08 (diff)
downloadscala-c315a6fe9ce88384ef2b59bb3530e068c874b1d0.tar.gz
scala-c315a6fe9ce88384ef2b59bb3530e068c874b1d0.tar.bz2
scala-c315a6fe9ce88384ef2b59bb3530e068c874b1d0.zip
[scaladoc] Signature kind (def, val) needs more...
[scaladoc] Signature kind (def, val) needs more space to accommodate lazy vals and implicit defs.
-rw-r--r--src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css8
1 files changed, 4 insertions, 4 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 5c8822b1c1..7452c28940 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
@@ -123,7 +123,7 @@ div.members > ol > li {
text-align: right;
float: left;
display: inline-block;
- width: 7em;
+ width: 8em;
}
.signature .symbol {
@@ -219,12 +219,12 @@ div.members > ol > li {
p.comment {
display: block;
- margin-left: 7.7em;
+ margin-left: 8.7em;
}
p.shortcomment {
display: block;
- margin-left: 7.7em;
+ margin-left: 8.7em;
cursor: help;
}
@@ -234,7 +234,7 @@ div.fullcomment {
}
#template div.fullcomment {
- margin: 6px 0 6px 7.7em;
+ margin: 6px 0 6px 8.7em;
}
div.fullcomment .block {