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

props DustinHartzler, dominik.schwind.
fixes #27908.
Built from https://develop.svn.wordpress.org/trunk@29771


git-svn-id: http://core.svn.wordpress.org/trunk@29543 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-09-27 08:02:16 +00:00
parent 0a4d4a3d93
commit f35285450a
5 changed files with 17 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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