From 7f45ada1b90337c24433a181bade419c8727813c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 13 Jan 2011 07:30:21 +0000 Subject: Merged revisions 87984 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87984 | georg.brandl | 2011-01-13 08:24:40 +0100 (Do, 13 Jan 2011) | 1 line Add semicolon for consistency. ........ --- Doc/tools/sphinxext/static/basic.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css index 8977187..7ba8b55 100644 --- a/Doc/tools/sphinxext/static/basic.css +++ b/Doc/tools/sphinxext/static/basic.css @@ -342,7 +342,7 @@ p.deprecated { } .footnote:target { - background-color: #ffa + background-color: #ffa; } .impl-detail { -- cgit v0.12