From b47fa0c5957d6f42f4a6f725fe2a59555e663ba8 Mon Sep 17 00:00:00 2001 From: nacin Date: Tue, 15 Nov 2011 20:15:05 +0000 Subject: [PATCH] overflow:auto for pre tags in Twenty Ten. props SergeyBiryukov, fixes #16317. git-svn-id: http://svn.automattic.com/wordpress/trunk@19300 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index ee5d61d47..a2183c941 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -285,6 +285,7 @@ pre { color: #222; line-height: 18px; margin-bottom: 18px; + overflow: auto; padding: 1.5em; } abbr,