Twenty Eleven: fix long URLs in comments overflow content area, fixes #21491. Props SergeyBiryukov jkudish andrewspittle.

Also minor pinking shears in stylesheet and functions file.


git-svn-id: http://core.svn.wordpress.org/trunk@21487 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
lancewillett 2012-08-09 17:32:39 +00:00
parent 3c586888ad
commit 24c98560e1
2 changed files with 14 additions and 8 deletions

View File

@ -1960,6 +1960,12 @@ section.ephemera .entry-title a span {
}
.commentlist .children li.comment .comment-content {
margin: 1.625em 0 0;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.comment-meta a {
font-weight: bold;