Fossil SCM
Disable font-inflation on all skins. (Additional information http://dbaron.org/log/20111126-font-inflation)
Commit
7211414857e525cf4d44bfd76ed414b055b6e69d
Parent
4005828845cd401…
8 files changed
+3
+3
+3
+3
+3
+3
+3
+3
| --- skins/black_and_white/css.txt | ||
| +++ skins/black_and_white/css.txt | ||
| @@ -3,10 +3,13 @@ | ||
| 3 | 3 | margin:0px 0px 0px 0px; |
| 4 | 4 | padding:0px; |
| 5 | 5 | font-family:verdana, arial, helvetica, "sans serif"; |
| 6 | 6 | color:#333; |
| 7 | 7 | background-color:white; |
| 8 | + -moz-text-size-adjust: none; | |
| 9 | + -webkit-text-size-adjust: none; | |
| 10 | + -mx-text-size-adjust: none; | |
| 8 | 11 | } |
| 9 | 12 | |
| 10 | 13 | /* consistent colours */ |
| 11 | 14 | h2 { |
| 12 | 15 | color: #333; |
| 13 | 16 |
| --- skins/black_and_white/css.txt | |
| +++ skins/black_and_white/css.txt | |
| @@ -3,10 +3,13 @@ | |
| 3 | margin:0px 0px 0px 0px; |
| 4 | padding:0px; |
| 5 | font-family:verdana, arial, helvetica, "sans serif"; |
| 6 | color:#333; |
| 7 | background-color:white; |
| 8 | } |
| 9 | |
| 10 | /* consistent colours */ |
| 11 | h2 { |
| 12 | color: #333; |
| 13 |
| --- skins/black_and_white/css.txt | |
| +++ skins/black_and_white/css.txt | |
| @@ -3,10 +3,13 @@ | |
| 3 | margin:0px 0px 0px 0px; |
| 4 | padding:0px; |
| 5 | font-family:verdana, arial, helvetica, "sans serif"; |
| 6 | color:#333; |
| 7 | background-color:white; |
| 8 | -moz-text-size-adjust: none; |
| 9 | -webkit-text-size-adjust: none; |
| 10 | -mx-text-size-adjust: none; |
| 11 | } |
| 12 | |
| 13 | /* consistent colours */ |
| 14 | h2 { |
| 15 | color: #333; |
| 16 |
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -2,10 +2,13 @@ | ||
| 2 | 2 | body { |
| 3 | 3 | margin: 0ex 1ex; |
| 4 | 4 | padding: 0px; |
| 5 | 5 | background-color: white; |
| 6 | 6 | font-family: sans-serif; |
| 7 | + -moz-text-size-adjust: none; | |
| 8 | + -webkit-text-size-adjust: none; | |
| 9 | + -mx-text-size-adjust: none; | |
| 7 | 10 | } |
| 8 | 11 | |
| 9 | 12 | /* The project logo in the upper left-hand corner of each page */ |
| 10 | 13 | div.logo { |
| 11 | 14 | display: table-cell; |
| 12 | 15 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -2,10 +2,13 @@ | |
| 2 | body { |
| 3 | margin: 0ex 1ex; |
| 4 | padding: 0px; |
| 5 | background-color: white; |
| 6 | font-family: sans-serif; |
| 7 | } |
| 8 | |
| 9 | /* The project logo in the upper left-hand corner of each page */ |
| 10 | div.logo { |
| 11 | display: table-cell; |
| 12 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -2,10 +2,13 @@ | |
| 2 | body { |
| 3 | margin: 0ex 1ex; |
| 4 | padding: 0px; |
| 5 | background-color: white; |
| 6 | font-family: sans-serif; |
| 7 | -moz-text-size-adjust: none; |
| 8 | -webkit-text-size-adjust: none; |
| 9 | -mx-text-size-adjust: none; |
| 10 | } |
| 11 | |
| 12 | /* The project logo in the upper left-hand corner of each page */ |
| 13 | div.logo { |
| 14 | display: table-cell; |
| 15 |
+3
| --- skins/eagle/css.txt | ||
| +++ skins/eagle/css.txt | ||
| @@ -3,10 +3,13 @@ | ||
| 3 | 3 | margin: 0ex 1ex; |
| 4 | 4 | padding: 0px; |
| 5 | 5 | background-color: #485D7B; |
| 6 | 6 | font-family: sans-serif; |
| 7 | 7 | color: white; |
| 8 | + -moz-text-size-adjust: none; | |
| 9 | + -webkit-text-size-adjust: none; | |
| 10 | + -mx-text-size-adjust: none; | |
| 8 | 11 | } |
| 9 | 12 | |
| 10 | 13 | /* The project logo in the upper left-hand corner of each page */ |
| 11 | 14 | div.logo { |
| 12 | 15 | display: table-cell; |
| 13 | 16 |
| --- skins/eagle/css.txt | |
| +++ skins/eagle/css.txt | |
| @@ -3,10 +3,13 @@ | |
| 3 | margin: 0ex 1ex; |
| 4 | padding: 0px; |
| 5 | background-color: #485D7B; |
| 6 | font-family: sans-serif; |
| 7 | color: white; |
| 8 | } |
| 9 | |
| 10 | /* The project logo in the upper left-hand corner of each page */ |
| 11 | div.logo { |
| 12 | display: table-cell; |
| 13 |
| --- skins/eagle/css.txt | |
| +++ skins/eagle/css.txt | |
| @@ -3,10 +3,13 @@ | |
| 3 | margin: 0ex 1ex; |
| 4 | padding: 0px; |
| 5 | background-color: #485D7B; |
| 6 | font-family: sans-serif; |
| 7 | color: white; |
| 8 | -moz-text-size-adjust: none; |
| 9 | -webkit-text-size-adjust: none; |
| 10 | -mx-text-size-adjust: none; |
| 11 | } |
| 12 | |
| 13 | /* The project logo in the upper left-hand corner of each page */ |
| 14 | div.logo { |
| 15 | display: table-cell; |
| 16 |
| --- skins/enhanced1/css.txt | ||
| +++ skins/enhanced1/css.txt | ||
| @@ -2,10 +2,13 @@ | ||
| 2 | 2 | body { |
| 3 | 3 | margin: 0ex 1ex; |
| 4 | 4 | padding: 0px; |
| 5 | 5 | background-color: white; |
| 6 | 6 | font-family: sans-serif; |
| 7 | + -moz-text-size-adjust: none; | |
| 8 | + -webkit-text-size-adjust: none; | |
| 9 | + -mx-text-size-adjust: none; | |
| 7 | 10 | } |
| 8 | 11 | |
| 9 | 12 | /* The project logo in the upper left-hand corner of each page */ |
| 10 | 13 | div.logo { |
| 11 | 14 | display: table-cell; |
| 12 | 15 |
| --- skins/enhanced1/css.txt | |
| +++ skins/enhanced1/css.txt | |
| @@ -2,10 +2,13 @@ | |
| 2 | body { |
| 3 | margin: 0ex 1ex; |
| 4 | padding: 0px; |
| 5 | background-color: white; |
| 6 | font-family: sans-serif; |
| 7 | } |
| 8 | |
| 9 | /* The project logo in the upper left-hand corner of each page */ |
| 10 | div.logo { |
| 11 | display: table-cell; |
| 12 |
| --- skins/enhanced1/css.txt | |
| +++ skins/enhanced1/css.txt | |
| @@ -2,10 +2,13 @@ | |
| 2 | body { |
| 3 | margin: 0ex 1ex; |
| 4 | padding: 0px; |
| 5 | background-color: white; |
| 6 | font-family: sans-serif; |
| 7 | -moz-text-size-adjust: none; |
| 8 | -webkit-text-size-adjust: none; |
| 9 | -mx-text-size-adjust: none; |
| 10 | } |
| 11 | |
| 12 | /* The project logo in the upper left-hand corner of each page */ |
| 13 | div.logo { |
| 14 | display: table-cell; |
| 15 |
| --- skins/etienne1/css.txt | ||
| +++ skins/etienne1/css.txt | ||
| @@ -2,10 +2,13 @@ | ||
| 2 | 2 | margin: 0 auto; |
| 3 | 3 | min-width: 800px; |
| 4 | 4 | padding: 0px 20px; |
| 5 | 5 | font-family: sans-serif; |
| 6 | 6 | font-size:14pt; |
| 7 | + -moz-text-size-adjust: none; | |
| 8 | + -webkit-text-size-adjust: none; | |
| 9 | + -mx-text-size-adjust: none; | |
| 7 | 10 | } |
| 8 | 11 | |
| 9 | 12 | a { |
| 10 | 13 | color: #4183C4; |
| 11 | 14 | text-decoration: none; |
| 12 | 15 |
| --- skins/etienne1/css.txt | |
| +++ skins/etienne1/css.txt | |
| @@ -2,10 +2,13 @@ | |
| 2 | margin: 0 auto; |
| 3 | min-width: 800px; |
| 4 | padding: 0px 20px; |
| 5 | font-family: sans-serif; |
| 6 | font-size:14pt; |
| 7 | } |
| 8 | |
| 9 | a { |
| 10 | color: #4183C4; |
| 11 | text-decoration: none; |
| 12 |
| --- skins/etienne1/css.txt | |
| +++ skins/etienne1/css.txt | |
| @@ -2,10 +2,13 @@ | |
| 2 | margin: 0 auto; |
| 3 | min-width: 800px; |
| 4 | padding: 0px 20px; |
| 5 | font-family: sans-serif; |
| 6 | font-size:14pt; |
| 7 | -moz-text-size-adjust: none; |
| 8 | -webkit-text-size-adjust: none; |
| 9 | -mx-text-size-adjust: none; |
| 10 | } |
| 11 | |
| 12 | a { |
| 13 | color: #4183C4; |
| 14 | text-decoration: none; |
| 15 |
+3
| --- skins/khaki/css.txt | ||
| +++ skins/khaki/css.txt | ||
| @@ -2,10 +2,13 @@ | ||
| 2 | 2 | body { |
| 3 | 3 | margin: 0ex 0ex; |
| 4 | 4 | padding: 0px; |
| 5 | 5 | background-color: #fef3bc; |
| 6 | 6 | font-family: sans-serif; |
| 7 | + -moz-text-size-adjust: none; | |
| 8 | + -webkit-text-size-adjust: none; | |
| 9 | + -mx-text-size-adjust: none; | |
| 7 | 10 | } |
| 8 | 11 | |
| 9 | 12 | /* The project logo in the upper left-hand corner of each page */ |
| 10 | 13 | div.logo { |
| 11 | 14 | display: inline; |
| 12 | 15 |
| --- skins/khaki/css.txt | |
| +++ skins/khaki/css.txt | |
| @@ -2,10 +2,13 @@ | |
| 2 | body { |
| 3 | margin: 0ex 0ex; |
| 4 | padding: 0px; |
| 5 | background-color: #fef3bc; |
| 6 | font-family: sans-serif; |
| 7 | } |
| 8 | |
| 9 | /* The project logo in the upper left-hand corner of each page */ |
| 10 | div.logo { |
| 11 | display: inline; |
| 12 |
| --- skins/khaki/css.txt | |
| +++ skins/khaki/css.txt | |
| @@ -2,10 +2,13 @@ | |
| 2 | body { |
| 3 | margin: 0ex 0ex; |
| 4 | padding: 0px; |
| 5 | background-color: #fef3bc; |
| 6 | font-family: sans-serif; |
| 7 | -moz-text-size-adjust: none; |
| 8 | -webkit-text-size-adjust: none; |
| 9 | -mx-text-size-adjust: none; |
| 10 | } |
| 11 | |
| 12 | /* The project logo in the upper left-hand corner of each page */ |
| 13 | div.logo { |
| 14 | display: inline; |
| 15 |
| --- skins/plain_gray/css.txt | ||
| +++ skins/plain_gray/css.txt | ||
| @@ -2,10 +2,13 @@ | ||
| 2 | 2 | body { |
| 3 | 3 | margin: 0ex 1ex; |
| 4 | 4 | padding: 0px; |
| 5 | 5 | background-color: white; |
| 6 | 6 | font-family: sans-serif; |
| 7 | + -moz-text-size-adjust: none; | |
| 8 | + -webkit-text-size-adjust: none; | |
| 9 | + -mx-text-size-adjust: none; | |
| 7 | 10 | } |
| 8 | 11 | |
| 9 | 12 | /* The project logo in the upper left-hand corner of each page */ |
| 10 | 13 | div.logo { |
| 11 | 14 | display: table-row; |
| 12 | 15 |
| --- skins/plain_gray/css.txt | |
| +++ skins/plain_gray/css.txt | |
| @@ -2,10 +2,13 @@ | |
| 2 | body { |
| 3 | margin: 0ex 1ex; |
| 4 | padding: 0px; |
| 5 | background-color: white; |
| 6 | font-family: sans-serif; |
| 7 | } |
| 8 | |
| 9 | /* The project logo in the upper left-hand corner of each page */ |
| 10 | div.logo { |
| 11 | display: table-row; |
| 12 |
| --- skins/plain_gray/css.txt | |
| +++ skins/plain_gray/css.txt | |
| @@ -2,10 +2,13 @@ | |
| 2 | body { |
| 3 | margin: 0ex 1ex; |
| 4 | padding: 0px; |
| 5 | background-color: white; |
| 6 | font-family: sans-serif; |
| 7 | -moz-text-size-adjust: none; |
| 8 | -webkit-text-size-adjust: none; |
| 9 | -mx-text-size-adjust: none; |
| 10 | } |
| 11 | |
| 12 | /* The project logo in the upper left-hand corner of each page */ |
| 13 | div.logo { |
| 14 | display: table-row; |
| 15 |
| --- skins/rounded1/css.txt | ||
| +++ skins/rounded1/css.txt | ||
| @@ -7,10 +7,13 @@ | ||
| 7 | 7 | padding: 0px; |
| 8 | 8 | background-color: white; |
| 9 | 9 | color: #333; |
| 10 | 10 | font-family: Verdana, sans-serif; |
| 11 | 11 | font-size: 0.8em; |
| 12 | + -moz-text-size-adjust: none; | |
| 13 | + -webkit-text-size-adjust: none; | |
| 14 | + -mx-text-size-adjust: none; | |
| 12 | 15 | } |
| 13 | 16 | |
| 14 | 17 | /* The project logo in the upper left-hand corner of each page */ |
| 15 | 18 | div.logo { |
| 16 | 19 | display: table-cell; |
| 17 | 20 |
| --- skins/rounded1/css.txt | |
| +++ skins/rounded1/css.txt | |
| @@ -7,10 +7,13 @@ | |
| 7 | padding: 0px; |
| 8 | background-color: white; |
| 9 | color: #333; |
| 10 | font-family: Verdana, sans-serif; |
| 11 | font-size: 0.8em; |
| 12 | } |
| 13 | |
| 14 | /* The project logo in the upper left-hand corner of each page */ |
| 15 | div.logo { |
| 16 | display: table-cell; |
| 17 |
| --- skins/rounded1/css.txt | |
| +++ skins/rounded1/css.txt | |
| @@ -7,10 +7,13 @@ | |
| 7 | padding: 0px; |
| 8 | background-color: white; |
| 9 | color: #333; |
| 10 | font-family: Verdana, sans-serif; |
| 11 | font-size: 0.8em; |
| 12 | -moz-text-size-adjust: none; |
| 13 | -webkit-text-size-adjust: none; |
| 14 | -mx-text-size-adjust: none; |
| 15 | } |
| 16 | |
| 17 | /* The project logo in the upper left-hand corner of each page */ |
| 18 | div.logo { |
| 19 | display: table-cell; |
| 20 |