Make WordPress Core


Ignore:
Timestamp:
05/30/2011 01:29:55 AM (13 years ago)
Author:
iandstewart
Message:

Twenty Eleven: bug fixes and enhancements ...

  • Improvements to the dark color scheme; Props matveb
  • Remove link colors from the dark color scheme and let the default link color cascade
  • Check for multiple authors before showing author information on single posts
  • Remove the span before the edit link on the image template
  • Add a comment icon; Props hugobaeta
  • Replace the default reply text with an icon to prevent i18n issues with the design; Props matveb
  • Don't output sidebar on the no sidebar layout
  • Use the search form styling from the header for all search forms
  • Style fixes for no search results page
  • Fixes for fancy blockquote styles
  • Style fixes for the showcase slider
  • Margin for galleries
  • Only showing the top post navigation on paged results
  • Remove floats from images for the smallest screen sizes
File:
1 edited

Legend:

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

    r18057 r18072  
    328328            border-color: <?php echo $link_color; ?>;
    329329        }   
    330         article.feature-image.small .entry-summary p a:hover {
     330        article.feature-image.small .entry-summary p a:hover,
     331        .entry-header .comments-link a:hover,
     332        .entry-header .comments-link a:focus,
     333        .entry-header .comments-link a:active {
    331334            background: <?php echo $link_color; ?>;
    332         }   
     335        }
    333336    </style>
    334337<?php
Note: See TracChangeset for help on using the changeset viewer.