summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-05-01 22:55:09 +0000
committerChris McDonough <chrism@agendaless.com>2010-05-01 22:55:09 +0000
commit7cabb875c040d0e152bd733f24d9321b9d36ac2f (patch)
tree76773235e3e14140a9140b91f0f2755e8cab0662 /docs
parentddba7f86db37c4751af8560043113ab6db5c3a52 (diff)
downloadpyramid-7cabb875c040d0e152bd733f24d9321b9d36ac2f.tar.gz
pyramid-7cabb875c040d0e152bd733f24d9321b9d36ac2f.tar.bz2
pyramid-7cabb875c040d0e152bd733f24d9321b9d36ac2f.zip
Fix Google chrome <pre> tag renderings.
Diffstat (limited to 'docs')
-rw-r--r--docs/.static/repoze.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/.static/repoze.css b/docs/.static/repoze.css
index f67340cc5..dd7646c74 100644
--- a/docs/.static/repoze.css
+++ b/docs/.static/repoze.css
@@ -25,3 +25,9 @@ div.related a {
div.body p {
text-align: left !important;
}
+
+/* fix google chrome <pre> tag renderings */
+
+pre {
+ line-height: normal !important;
+}