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
This commit is contained in:
lancewillett 2012-07-25 19:03:39 +00:00
parent 60ed3d3773
commit 04fc749e50
1 changed files with 7 additions and 6 deletions

View File

@ -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 {