From bf51592f2e1891aaa94a0326f643de3527b1e4e6 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 1 Dec 2009 07:21:45 -0500 Subject: I can't for the life of me figure out why :ref: references are emphasized, so just style away the . Ugh. --- doc/_static/neds.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/_static/neds.css') 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 -- cgit v1.2.1