diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-05-18 17:25:07 -0300 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-05-18 17:26:09 -0300 |
commit | d5fd41d8ee71ebb744c1bba02cc73920f5eb933b (patch) | |
tree | 393af20d2239eb6051d072664c93a41680e9ffd6 /doc | |
parent | a3628e87526aa24ba50afc9b97383c27aa7324e4 (diff) | |
download | pyside-d5fd41d8ee71ebb744c1bba02cc73920f5eb933b.tar.gz pyside-d5fd41d8ee71ebb744c1bba02cc73920f5eb933b.tar.xz pyside-d5fd41d8ee71ebb744c1bba02cc73920f5eb933b.zip |
Remove ugly gray background on documentation see-also links.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/_themes/pysidedocs/static/pysidedocs.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/_themes/pysidedocs/static/pysidedocs.css b/doc/_themes/pysidedocs/static/pysidedocs.css index 307b0ea..fd5876a 100644 --- a/doc/_themes/pysidedocs/static/pysidedocs.css +++ b/doc/_themes/pysidedocs/static/pysidedocs.css @@ -138,7 +138,6 @@ pre * { .pre { font: 100% monospace; - background-color: #fafafa; color: black; } |