Twenty Eleven: prevent overflow on the pre element; Props devinreams; Fixes #17432

git-svn-id: http://svn.automattic.com/wordpress/trunk@18042 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iandstewart 2011-05-25 17:46:19 +00:00
parent eb825b2b40
commit 9eb1e34847
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@ pre {
font: 13px "Courier 10 Pitch", Courier, monospace;
line-height: 1.5;
margin-bottom: 1.625em;
overflow: auto;
padding: 0.75em 1.625em;
}
code, kbd {