summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css')
-rw-r--r--src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css7
1 files changed, 5 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 771fa8f550..84c2d6bfc0 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
@@ -511,6 +511,7 @@ div.fullcomment .block {
padding: 5px 0 0;
border-top: 1px solid #EBEBEB;
margin-top: 5px;
+ overflow: hidden;
}
div.fullcommenttop .block {
@@ -546,12 +547,14 @@ div.fullcomment dl.paramcmts > dt {
display: block;
float: left;
font-weight: bold;
+ min-width: 70px;
}
div.fullcommenttop dl.paramcmts > dd,
div.fullcomment dl.paramcmts > dd {
display: block;
- padding-left: 80px;
+ padding-left: 10px;
+ float: left;
margin-bottom: 5px;
}
@@ -722,4 +725,4 @@ div.fullcomment dl.paramcmts > dd {
#mbrsel .showall span {
color: #4C4C4C;
font-weight: bold;
-}*/
+}*/ \ No newline at end of file