Twenty Twelve: print style tweaks for footer meta and link underlines. See #21377.
git-svn-id: http://core.svn.wordpress.org/trunk@21427 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e197f9195c
commit
d2e2ba54b1
|
@ -1441,6 +1441,9 @@ label ~ span.required {
|
||||||
footer a[rel=bookmark]:visited:after {
|
footer a[rel=bookmark]:visited:after {
|
||||||
content: " [" attr(href) "] "; /* Show URLs */
|
content: " [" attr(href) "] "; /* Show URLs */
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.entry-content img,
|
.entry-content img,
|
||||||
.comment-content img,
|
.comment-content img,
|
||||||
#author-avatar img,
|
#author-avatar img,
|
||||||
|
@ -1512,7 +1515,9 @@ label ~ span.required {
|
||||||
.singular .entry-title {
|
.singular .entry-title {
|
||||||
font-size: 21pt;
|
font-size: 21pt;
|
||||||
}
|
}
|
||||||
.entry-meta {
|
footer.entry-meta,
|
||||||
|
footer.entry-meta a {
|
||||||
|
color: #444;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
#author-description {
|
#author-description {
|
||||||
|
|
Loading…
Reference in New Issue