Make WordPress Core

Ticket #13234: editor-style.css.diff

File editor-style.css.diff, 362 bytes (added by lancewillett, 14 years ago)

Patch to remove color rules for strong and b elements

  • editor-style.css

     
    7272}
    7373strong {
    7474        font-weight: bold;
    75         color: #000;
    7675}
    7776cite, em, i {
    7877        font-style: italic;
     
    171170code {
    172171        font-size: 13px;
    173172}
    174 strong,
    175 b,
    176173dt,
    177174th {
    178175        color: #000;