summaryrefslogtreecommitdiff
path: root/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/template.css
diff options
context:
space:
mode:
authorKato Kazuyoshi <kato.kazuyoshi@gmail.com>2014-08-12 21:20:39 +0900
committerKato Kazuyoshi <kato.kazuyoshi@gmail.com>2014-08-13 22:10:19 +0900
commit131dea0810f75292da3b4fcf420d035cc59ac873 (patch)
tree4df51b10ffde1caedaf1a34fb7c8f7324c44ddd3 /src/scaladoc/scala/tools/nsc/doc/html/resource/lib/template.css
parentb8deaa11cba964f686e33fe416758989df0f31eb (diff)
downloadscala-131dea0810f75292da3b4fcf420d035cc59ac873.tar.gz
scala-131dea0810f75292da3b4fcf420d035cc59ac873.tar.bz2
scala-131dea0810f75292da3b4fcf420d035cc59ac873.zip
Scaladoc: the value of an id attribute must be unique within a document
The value of an id attribute must be unique, according to HTML spec.
Diffstat (limited to 'src/scaladoc/scala/tools/nsc/doc/html/resource/lib/template.css')
-rw-r--r--src/scaladoc/scala/tools/nsc/doc/html/resource/lib/template.css2
1 files changed, 1 insertions, 1 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 35f66cd5df..6d94452f3a 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
@@ -217,7 +217,7 @@ dl.attributes > dd {
height: 18px;
}
-#values ol li:last-child {
+.values ol li:last-child {
margin-bottom: 5px;
}