Making WordPress.org

Ticket #754: codex-pre-tab-size.patch

File codex-pre-tab-size.patch, 612 bytes (added by dboulet, 9 years ago)
  • wordpress.org/public_html/style/codex-wp4.css

     
    9898        font-size: 12px;
    9999        font-weight: inherit;
    100100        overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
     101        -moz-tab-size: 4;
     102        -o-tab-size: 4;
     103        tab-size: 4;
    101104        white-space: pre-wrap; /* css-3 */
    102105        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    103106        white-space: -pre-wrap; /* Opera 4-6 */