summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@epfl.ch>2016-02-06 01:05:53 +0100
committerVlad Ureche <vlad.ureche@epfl.ch>2016-02-06 01:05:53 +0100
commit26ab0c91cb85882d7d50034216106e6a6bf79448 (patch)
tree364c664d19ceafbd05daf3eccad980d0c8a30c85
parent353c305b13a8b0fbb622e157eabcdd7c69e8ddca (diff)
parent09afd0b25b87175712bed81fe8606f8d463ff9b7 (diff)
downloadscala-26ab0c91cb85882d7d50034216106e6a6bf79448.tar.gz
scala-26ab0c91cb85882d7d50034216106e6a6bf79448.tar.bz2
scala-26ab0c91cb85882d7d50034216106e6a6bf79448.zip
Merge pull request #4947 from felixmulder/topic/scaladoc-fix-stray-number
Scaladoc: fix stray number in codeblocks for firefox
-rw-r--r--src/scaladoc/scala/tools/nsc/doc/html/resource/lib/template.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/template.css b/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/template.css
index 662ae48944..43e59076ca 100644
--- a/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/template.css
+++ b/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/template.css
@@ -769,6 +769,10 @@ div#footer {
box-shadow: none;
}
+#comment > dl > div > ol {
+ list-style-type: none;
+}
+
div.fullcomment div.block ol li p,
div.fullcomment div.block ol li {
display:inline