Bundled themes: Prevent the arrow in "Continue reading" links from wrapping to a second line.

props DustinHartzler, dominik.schwind.
fixes #27908.

git-svn-id: https://develop.svn.wordpress.org/trunk@29771 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-09-27 08:01:35 +00:00
parent d34a54f1e4
commit e2eebecfc6
5 changed files with 17 additions and 0 deletions

View File

@ -768,6 +768,9 @@ a:hover {
.entry-summary {
padding: 1.625em 0 0;
}
.entry-content .more-link {
white-space: nowrap;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,

View File

@ -1336,6 +1336,10 @@ a.post-thumbnail:hover {
color: #41a62a;
}
.entry-content .more-link {
white-space: nowrap;
}
/* Mediaelements */
.hentry .mejs-container {

View File

@ -605,6 +605,9 @@ div.menu li {
clear: both;
padding: 12px 0 0 0;
}
.entry-content .more-link {
white-space: nowrap;
}
#content .entry-summary p:last-child {
margin-bottom: 12px;
}

View File

@ -1139,6 +1139,10 @@ ul.nav-menu .focus > ul,
color: #ea9629;
}
.entry-content .more-link {
white-space: nowrap;
}
.entry-content blockquote {
font-size: 24px;
}

View File

@ -805,6 +805,9 @@ article.sticky .featured-post {
.comment-content a:visited {
color: #9f9f9f;
}
.entry-content .more-link {
white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,