Ticket #754: codex-pre-tab-size.patch
File codex-pre-tab-size.patch, 612 bytes (added by , 9 years ago) |
---|
-
wordpress.org/public_html/style/codex-wp4.css
98 98 font-size: 12px; 99 99 font-weight: inherit; 100 100 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; 101 104 white-space: pre-wrap; /* css-3 */ 102 105 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ 103 106 white-space: -pre-wrap; /* Opera 4-6 */