comparison basic.css @ 327:8aa86090e85f

Add unprefixed text-size-adjust: 100%
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Feb 2022 19:39:10 +0200
parents 782c1520984e
children 2e9326abe254
comparison
equal deleted inserted replaced
326:782c1520984e 327:8aa86090e85f
7 html, body { 7 html, body {
8 /* Prevent automatic text size adjustment, which happens on some mobile browsers. */ 8 /* Prevent automatic text size adjustment, which happens on some mobile browsers. */
9 -webkit-text-size-adjust: 100%; 9 -webkit-text-size-adjust: 100%;
10 -moz-text-size-adjust: 100%; 10 -moz-text-size-adjust: 100%;
11 -ms-text-size-adjust: 100%; 11 -ms-text-size-adjust: 100%;
12 text-size-adjust: 100%;
12 } 13 }
13 14
14 body { 15 body {
15 font-size: 0.9em; 16 font-size: 0.9em;
16 font-family: Verdana, Arial, helvetica, sans-serif; 17 font-family: Verdana, Arial, helvetica, sans-serif;