Making WordPress.org

Ticket #497: 497.diff

File 497.diff, 600 bytes (added by kpdesign, 10 years ago)

Increase font size for text input and textarea

  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

     
    380380#comment {
    381381        padding: 0.75%;
    382382        width: 98.5%;
    383         font-size: 13px;
     383        font-size: 14px;
    384384}
    385385/* =timeline.css */
    386386#content.timeline {
     
    575575}
    576576input[type=text], input.textwidget, textarea {
    577577        border-radius: 3px;
     578        font-size: 14px;
    578579}
    579580fieldset {
    580581        border-radius: 3px;