Make WordPress Core

Ticket #23529: 23529.2.patch

File 23529.2.patch, 561 bytes (added by lancewillett, 13 years ago)

hr styles from joen

  • wp-content/themes/twentythirteen/style.css

     
    455455        text-decoration: none;
    456456}
    457457
     458hr {
     459        background: url("images/dotted-line.png") repeat center top;
     460        background-size: 4px 4px;
     461        border: 0;
     462        height: 1px;
     463        margin: 0 0 24px;
     464}
    458465
     466
    459467/**
    460468 * 2.0 Repeatable patterns
    461469 * ----------------------------------------------------------------------------