Make WordPress Core

Changeset 18127


Ignore:
Timestamp:
06/03/2011 02:33:11 PM (13 years ago)
Author:
iandstewart
Message:

Twenty Eleven: show expected formatting for em, strong, and a in editor styles; Props greuben; Fixes #17417

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/editor-style.css

    r18121 r18127  
    1010    color: #333;
    1111    font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
    12     font-weight: 300;
     12    font-style: inherit;
     13    font-weight: inherit;
    1314    line-height: 1.625;
    1415}
     
    175176
    176177/* Links */
    177 a {
     178a,
     179a em,
     180a strong {
    178181    color: #1b8be0;
    179182    text-decoration: none;
Note: See TracChangeset for help on using the changeset viewer.