changeset 60:28b135fd62c5

Increase code size in <pre>
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Wed, 11 May 2011 12:37:21 -0500
parents 0abd9ba5c9a8
children d18c3245b033
files static/djangodocs.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/static/djangodocs.css
+++ b/static/djangodocs.css
@@ -171,6 +171,6 @@
 * pre { width: 100%; }
 
 pre{ 
-    font-size: 0.7em;
+    font-size: 1em;
     text-align: left
    }