summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2012-11-09 13:59:12 +1100
committerRichard Jones <richard@mechanicalcat.net>2012-11-09 13:59:12 +1100
commit51405ce2254660c0726e0da784ef42be3c474bf0 (patch)
treea98c3c3c9f66ef8c94f27a0d027a2d2ee7ca76a2
parenta4e6e70d4ab35d422bcf4a6defbbe310bce0d0b4 (diff)
downloaddecorator-51405ce2254660c0726e0da784ef42be3c474bf0.tar.gz
similarly style the pygments pre blocks
-rw-r--r--pypi-screen.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/pypi-screen.css b/pypi-screen.css
index ea34656..e9c70de 100644
--- a/pypi-screen.css
+++ b/pypi-screen.css
@@ -52,7 +52,7 @@
/* don't have the block expand to fill the space horizontally - also make it
* prettier */
-pre.literal-block, pre.doctest-block {
+pre.literal-block, pre.doctest-block, div.highight > pre {
display: inline-block;
margin: 0 2em 0 2em;
display: inline-block;