mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twenty Eleven footer style fixes, props matveb
* Improve footer credits, add WordPress PNG * Add hover color to footer links git-svn-id: https://develop.svn.wordpress.org/trunk@17908 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c451b0050d
commit
563f488c69
BIN
wp-content/themes/twentyeleven/images/wordpress.png
Normal file
BIN
wp-content/themes/twentyeleven/images/wordpress.png
Normal file
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
Block a user