summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorDonna Malayeri <lindydonna@gmail.com>2010-04-13 04:25:09 +0000
committerDonna Malayeri <lindydonna@gmail.com>2010-04-13 04:25:09 +0000
commit00581b645be1ea0c1199a2ea2bd5a0ac0f1a809f (patch)
treee4daa96cd2e9b763c0127cdc8fdee4a3c4c4771a /src/compiler
parent4f12f2af975af384202ccd123c067d8e04bff516 (diff)
downloadscala-00581b645be1ea0c1199a2ea2bd5a0ac0f1a809f.tar.gz
scala-00581b645be1ea0c1199a2ea2bd5a0ac0f1a809f.tar.bz2
scala-00581b645be1ea0c1199a2ea2bd5a0ac0f1a809f.zip
[scaladoc] Changed comment code and pre tages t...
[scaladoc] Changed comment code and pre tages to not have "font-size: small" attribute. Review by dubochet.
Diffstat (limited to 'src/compiler')
-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;
}