Fossil SCM
skins: replaced CSS attributes prefixed with old/obsolete/non-standard -moz/-ms/-mx/-webkit with their standard counterparts.
Commit
9386c4c0697dea9d9fbdaca8f882a1bf6231b725fcb722554a1bbeea6ad3d69b
Parent
63eb9d3b00d4f19…
4 files changed
+1
-3
+1
-3
+1
-3
+1
-3
+1
-3
| --- skins/black_and_white/css.txt | ||
| +++ skins/black_and_white/css.txt | ||
| @@ -3,13 +3,11 @@ | ||
| 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 | + text-size-adjust: none; | |
| 11 | 9 | } |
| 12 | 10 | |
| 13 | 11 | /* consistent colours */ |
| 14 | 12 | h2 { |
| 15 | 13 | color: #333; |
| 16 | 14 |
| --- skins/black_and_white/css.txt | |
| +++ skins/black_and_white/css.txt | |
| @@ -3,13 +3,11 @@ | |
| 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/black_and_white/css.txt | |
| +++ skins/black_and_white/css.txt | |
| @@ -3,13 +3,11 @@ | |
| 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 | text-size-adjust: none; |
| 9 | } |
| 10 | |
| 11 | /* consistent colours */ |
| 12 | h2 { |
| 13 | color: #333; |
| 14 |
+1
-3
| --- skins/khaki/css.txt | ||
| +++ skins/khaki/css.txt | ||
| @@ -2,13 +2,11 @@ | ||
| 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 | + text-size-adjust: none; | |
| 10 | 8 | } |
| 11 | 9 | |
| 12 | 10 | /* The project logo in the upper left-hand corner of each page */ |
| 13 | 11 | div.logo { |
| 14 | 12 | display: inline; |
| 15 | 13 |
| --- skins/khaki/css.txt | |
| +++ skins/khaki/css.txt | |
| @@ -2,13 +2,11 @@ | |
| 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/khaki/css.txt | |
| +++ skins/khaki/css.txt | |
| @@ -2,13 +2,11 @@ | |
| 2 | body { |
| 3 | margin: 0ex 0ex; |
| 4 | padding: 0px; |
| 5 | background-color: #fef3bc; |
| 6 | font-family: sans-serif; |
| 7 | text-size-adjust: none; |
| 8 | } |
| 9 | |
| 10 | /* The project logo in the upper left-hand corner of each page */ |
| 11 | div.logo { |
| 12 | display: inline; |
| 13 |
+1
-3
| --- skins/plain_gray/css.txt | ||
| +++ skins/plain_gray/css.txt | ||
| @@ -2,13 +2,11 @@ | ||
| 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 | + text-size-adjust: none; | |
| 10 | 8 | } |
| 11 | 9 | |
| 12 | 10 | /* The page title centered at the top of each page */ |
| 13 | 11 | div.title { |
| 14 | 12 | display: table-cell; |
| 15 | 13 |
| --- skins/plain_gray/css.txt | |
| +++ skins/plain_gray/css.txt | |
| @@ -2,13 +2,11 @@ | |
| 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 page title centered at the top of each page */ |
| 13 | div.title { |
| 14 | display: table-cell; |
| 15 |
| --- skins/plain_gray/css.txt | |
| +++ skins/plain_gray/css.txt | |
| @@ -2,13 +2,11 @@ | |
| 2 | body { |
| 3 | margin: 0ex 1ex; |
| 4 | padding: 0px; |
| 5 | background-color: white; |
| 6 | font-family: sans-serif; |
| 7 | text-size-adjust: none; |
| 8 | } |
| 9 | |
| 10 | /* The page title centered at the top of each page */ |
| 11 | div.title { |
| 12 | display: table-cell; |
| 13 |
+1
-3
| --- skins/xekri/css.txt | ||
| +++ skins/xekri/css.txt | ||
| @@ -22,13 +22,11 @@ | ||
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | body { |
| 25 | 25 | margin: 0; |
| 26 | 26 | padding: 0; |
| 27 | - -moz-text-size-adjust: none; | |
| 28 | - -ms-text-size-adjust: none; | |
| 29 | - -webkit-text-size-adjust: none; | |
| 27 | + text-size-adjust: none; | |
| 30 | 28 | } |
| 31 | 29 | |
| 32 | 30 | a { |
| 33 | 31 | color: #40a0ff; |
| 34 | 32 | } |
| 35 | 33 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -22,13 +22,11 @@ | |
| 22 | } |
| 23 | |
| 24 | body { |
| 25 | margin: 0; |
| 26 | padding: 0; |
| 27 | -moz-text-size-adjust: none; |
| 28 | -ms-text-size-adjust: none; |
| 29 | -webkit-text-size-adjust: none; |
| 30 | } |
| 31 | |
| 32 | a { |
| 33 | color: #40a0ff; |
| 34 | } |
| 35 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -22,13 +22,11 @@ | |
| 22 | } |
| 23 | |
| 24 | body { |
| 25 | margin: 0; |
| 26 | padding: 0; |
| 27 | text-size-adjust: none; |
| 28 | } |
| 29 | |
| 30 | a { |
| 31 | color: #40a0ff; |
| 32 | } |
| 33 |