summaryrefslogtreecommitdiff
path: root/doc/_static
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-01 07:21:45 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-01 07:21:45 -0500
commitbf51592f2e1891aaa94a0326f643de3527b1e4e6 (patch)
tree4bb2612dd3147d5d65be29f766814611938beaf1 /doc/_static
parent57ccd6ba28d404e5130c78745b56705c4992ceae (diff)
downloadpython-coveragepy-bf51592f2e1891aaa94a0326f643de3527b1e4e6.tar.gz
I can't for the life of me figure out why :ref: references are emphasized, so just style away the <em>. Ugh.
Diffstat (limited to 'doc/_static')
-rw-r--r--doc/_static/neds.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/_static/neds.css b/doc/_static/neds.css
index 4d24a68..d1b84a8 100644
--- a/doc/_static/neds.css
+++ b/doc/_static/neds.css
@@ -221,3 +221,7 @@ li {
ul {
list-style-type: square;
}
+
+.external.reference em {
+ font-style: normal;
+} \ No newline at end of file