summaryrefslogtreecommitdiff
path: root/sphinx/themes/default
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-28 10:21:00 +0100
committerGeorg Brandl <georg@python.org>2010-02-28 10:21:00 +0100
commit887ee5f5291ccf51bdddf137a4cd8df20b3482a5 (patch)
tree3dbe8d2ef949192fa98e98f0489fb0dbfdc8be2b /sphinx/themes/default
parentcb653c494f300f5cc5208524b100878eca8ff8be (diff)
parenta8cca36b28a33b22e7d79600cfbbd33f5ec4f09a (diff)
downloadsphinx-887ee5f5291ccf51bdddf137a4cd8df20b3482a5.tar.gz
merge with trunk
Diffstat (limited to 'sphinx/themes/default')
-rw-r--r--sphinx/themes/default/static/default.css_t10
1 files changed, 10 insertions, 0 deletions
diff --git a/sphinx/themes/default/static/default.css_t b/sphinx/themes/default/static/default.css_t
index 42fc377f..da103990 100644
--- a/sphinx/themes/default/static/default.css_t
+++ b/sphinx/themes/default/static/default.css_t
@@ -277,3 +277,13 @@ th {
.note tt {
background: #d6d6d6;
}
+
+.viewcode-back {
+ font-family: {{ theme_bodyfont }};
+}
+
+div.viewcode-block:target {
+ background-color: #f4debf;
+ border-top: 1px solid #ac9;
+ border-bottom: 1px solid #ac9;
+}