From d9482626e67688eb814aedfd7caf80a1cc8e286e Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Fri, 25 Feb 2011 19:05:54 -0300 Subject: [PATCH] Use monospace font for sphinx literal strings. --- doc/_themes/pysidedocs/static/pysidedocs.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/_themes/pysidedocs/static/pysidedocs.css b/doc/_themes/pysidedocs/static/pysidedocs.css index 2dd6062..307b0ea 100644 --- a/doc/_themes/pysidedocs/static/pysidedocs.css +++ b/doc/_themes/pysidedocs/static/pysidedocs.css @@ -136,6 +136,12 @@ pre * { font: 100% monospace; } +.pre { + font: 100% monospace; + background-color: #fafafa; + color: black; +} + .headerlink { display: none; }