diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-01 07:21:45 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-01 07:21:45 -0500 |
commit | 22fcb2114f564549653ebd674e02ad42c3943d23 (patch) | |
tree | 54d52d552b4a61457240632ea0e8fb2bf60d2cda | |
parent | ca84485d161434a1eb277f481c15d1fe6e65cc99 (diff) | |
download | python-coveragepy-git-22fcb2114f564549653ebd674e02ad42c3943d23.tar.gz |
I can't for the life of me figure out why :ref: references are emphasized, so just style away the <em>. Ugh.
-rw-r--r-- | doc/_static/neds.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/_static/neds.css b/doc/_static/neds.css index 4d24a68e..d1b84a82 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 |