Twenty Twelve: print style tweaks for footer meta and link underlines. See #21377.

git-svn-id: https://develop.svn.wordpress.org/trunk@21427 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-08-05 20:21:07 +00:00
parent a53857ea64
commit c8338c0056
1 changed files with 6 additions and 1 deletions

View File

@ -1441,6 +1441,9 @@ label ~ span.required {
footer a[rel=bookmark]:visited:after {
content: " [" attr(href) "] "; /* Show URLs */
}
a {
text-decoration: none;
}
.entry-content img,
.comment-content img,
#author-avatar img,
@ -1512,7 +1515,9 @@ label ~ span.required {
.singular .entry-title {
font-size: 21pt;
}
.entry-meta {
footer.entry-meta,
footer.entry-meta a {
color: #444;
font-size: 10pt;
}
#author-description {