]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
highlight is now highlighted (closes #23909)
authorBenjamin Peterson <benjamin@python.org>
Fri, 10 Apr 2015 22:40:21 +0000 (18:40 -0400)
committerBenjamin Peterson <benjamin@python.org>
Fri, 10 Apr 2015 22:40:21 +0000 (18:40 -0400)
Doc/tools/static/basic.css

index 21c3db204d8bd226280b343af71073677ba901d6..85a43185aab67b727f153375155e9899a16cd697 100644 (file)
@@ -306,7 +306,7 @@ dd {
     margin-left: 30px;
 }
 
-dt:target, .highlight {
+dt:target, .highlighted {
     background-color: #fbe54e;
 }