From b33d82c4160285cfcd72db8128540ce55461838c Mon Sep 17 00:00:00 2001 From: Judy Tuan <judytuna@gmail.com> Date: Sun, 8 Jan 2012 19:12:25 -0800 Subject: [PATCH] Fix bug 1991 --- public/stylesheets/blueprint/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/blueprint/screen.css b/public/stylesheets/blueprint/screen.css index 0c3b45f6f4..562a344e0e 100644 --- a/public/stylesheets/blueprint/screen.css +++ b/public/stylesheets/blueprint/screen.css @@ -47,7 +47,7 @@ abbr, acronym {border-bottom:1px dotted #666;} address {margin:0 0 1.5em;font-style:italic;} del {color:#666;} pre {margin:1.5em 0;white-space:pre;} -pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;} +pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;overflow:auto;} li ul, li ol {margin:0;} ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;} ul {list-style-type:disc;} -- GitLab