summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2011-02-07 15:12:17 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2011-02-07 15:12:17 +0000
commit23aee8758aa9d1db56b815c4e9132640d078c409 (patch)
tree2870f2f8e1eb14ef714160d6f7a82782761e86a8
parent2bfaf998adf7816f8a014fca13c86558180cbd73 (diff)
downloadscala-23aee8758aa9d1db56b815c4e9132640d078c409.tar.gz
scala-23aee8758aa9d1db56b815c4e9132640d078c409.tar.bz2
scala-23aee8758aa9d1db56b815c4e9132640d078c409.zip
[scaladoc] Tweaks to CSS for comments. No review.
-rw-r--r--src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css8
1 files changed, 6 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 c3ac970082..793953c20f 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
@@ -38,12 +38,12 @@ body {
font-size: 10pt;
}
-a {
+a[href] {
text-decoration: underline;
color: #69481D; /* brown */
}
-a:hover {
+a[href]:hover {
text-decoration: none;
}
@@ -330,6 +330,10 @@ div.members > ol > li {
font-style: italic;
}
+.cmt strong, .cmt b {
+ font-weight: bold;
+}
+
/* Comments structured layout */
p.comment {