Ticket #6098: #6098.2.patch
File #6098.2.patch, 719 bytes (added by , 3 years ago) |
---|
-
trunk/wordpress.org/public_html/style/trac/wp-trac.css
532 532 } 533 533 534 534 body { 535 min-width: 48.5em; /* don't let it get ugly unless responsive */535 min-width: 116.5em; /* don't let it get ugly unless responsive */ 536 536 } 537 537 body, th, tr { 538 538 line-height: 1.4; /* I don't know how you people read without this */ … … 2101 2101 2102 2102 @media (max-width: 640px) { 2103 2103 body { 2104 min-width: 1em; /* small value to override previous min-width */2105 2104 -webkit-text-size-adjust: 100%; 2106 2105 } 2107 2106 h1, h2 {