Twenty Eleven footer style fixes, props matveb
* Improve footer credits, add WordPress PNG * Add hover color to footer links git-svn-id: http://svn.automattic.com/wordpress/trunk@17908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b1fe99c5ce
commit
033b47c5d3
Binary file not shown.
After Width: | Height: | Size: 847 B |
|
@ -296,7 +296,8 @@ function twentyeleven_print_link_color_style() {
|
|||
.widget_twentyeleven_ephemera .comments-link a:hover,
|
||||
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover,
|
||||
section.recent-posts .other-recent-posts .comments-link a:hover,
|
||||
.format-image footer.entry-meta a:hover {
|
||||
.format-image footer.entry-meta a:hover,
|
||||
#site-generator a:hover {
|
||||
color: <?php echo $link_color; ?>;
|
||||
}
|
||||
section.recent-posts .other-recent-posts .comments-link a:hover {
|
||||
|
|
|
@ -2010,8 +2010,18 @@ p.comment-form-comment {
|
|||
text-align: center;
|
||||
}
|
||||
#site-generator a {
|
||||
color: #555;
|
||||
font-weight: bold;
|
||||
}
|
||||
#site-generator .sep {
|
||||
background: url(images/wordpress.png) center left no-repeat;
|
||||
color: transparent;
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
margin: 0 7px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
|
||||
/* =Responsive Structure
|
||||
|
|
Loading…
Reference in New Issue