Make WordPress Core

Changeset 17908


Ignore:
Timestamp:
05/12/2011 11:13:56 PM (14 years ago)
Author:
lancewillett
Message:

Twenty Eleven footer style fixes, props matveb

  • Improve footer credits, add WordPress PNG
  • Add hover color to footer links
Location:
trunk/wp-content/themes/twentyeleven
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/inc/theme-options.php

    r17802 r17908  
    297297        section.recent-posts .other-recent-posts a[rel="bookmark"]:hover,
    298298        section.recent-posts .other-recent-posts .comments-link a:hover,
    299         .format-image footer.entry-meta a:hover {
     299        .format-image footer.entry-meta a:hover,
     300        #site-generator a:hover {
    300301            color: <?php echo $link_color; ?>;
    301302        }
  • trunk/wp-content/themes/twentyeleven/style.css

    r17845 r17908  
    20112011}
    20122012#site-generator a {
     2013    color: #555;
    20132014    font-weight: bold;
     2015}
     2016#site-generator .sep {
     2017    background: url(images/wordpress.png) center left no-repeat;
     2018    color: transparent;
     2019    display: inline-block;
     2020    height: 16px;
     2021    line-height: 16px;
     2022    margin: 0 7px;
     2023    width: 16px;
    20142024}
    20152025
Note: See TracChangeset for help on using the changeset viewer.