summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c27f1abe2a..bbb166521a 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
@@ -194,13 +194,13 @@ div.members > ol > li {
.cmt code {
font-family: monospace;
- font-size: small;
+/* font-size: small;*/
}
.cmt pre {
display: block;
font-family: monospace;
- font-size: small;
+/* font-size: small;*/
margin: 2px 0 2px 0;
}