From 04fc749e50ab5c3b1cde27b9bf1b272d7a73c7c7 Mon Sep 17 00:00:00 2001 From: lancewillett Date: Wed, 25 Jul 2012 19:03:39 +0000 Subject: [PATCH] Twenty Twelve: update pre element styles, props senzza and drewstrojny. Fixes #21263. git-svn-id: http://core.svn.wordpress.org/trunk@21340 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index e76e0c2d3..e21f1ae75 100644 --- a/style.css +++ b/style.css @@ -898,16 +898,17 @@ article.sticky .featured-post { } .entry-content pre, .comment-content pre { - margin: 24px 0; - margin: 1.714285714rem 0; - padding: 24px; - padding: 1.714285714rem; - line-height: 1.714285714; + border: 1px solid #ededed; + color: #666; font-family: Consolas, Monaco, Lucida Console, monospace; font-size: 12px; font-size: 0.857142857rem; - line-height: 2; + line-height: 1.714285714; + margin: 24px 0; + margin: 1.714285714rem 0; overflow: auto; + padding: 24px; + padding: 1.714285714rem; } .entry-content pre code, .comment-content pre code {