Fossil SCM
Remove some vendor-prefixed CSS attributes, as modern browsers emit warnings for those.
Commit
a0850d54c5001e68021917d9174c66d704c61527766101da80d1b4409c0be155
Parent
f97a29dd58fb40c…
1 file changed
-3
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -3,13 +3,10 @@ | ||
| 3 | 3 | body { |
| 4 | 4 | margin: 0 auto; |
| 5 | 5 | background-color: white; |
| 6 | 6 | font-family: sans-serif; |
| 7 | 7 | font-size: 14pt; |
| 8 | - -moz-text-size-adjust: none; | |
| 9 | - -mx-text-size-adjust: none; | |
| 10 | - -webkit-text-size-adjust: none; | |
| 11 | 8 | } |
| 12 | 9 | |
| 13 | 10 | a { |
| 14 | 11 | color: #4183C4; |
| 15 | 12 | text-decoration: none; |
| 16 | 13 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -3,13 +3,10 @@ | |
| 3 | body { |
| 4 | margin: 0 auto; |
| 5 | background-color: white; |
| 6 | font-family: sans-serif; |
| 7 | font-size: 14pt; |
| 8 | -moz-text-size-adjust: none; |
| 9 | -mx-text-size-adjust: none; |
| 10 | -webkit-text-size-adjust: none; |
| 11 | } |
| 12 | |
| 13 | a { |
| 14 | color: #4183C4; |
| 15 | text-decoration: none; |
| 16 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -3,13 +3,10 @@ | |
| 3 | body { |
| 4 | margin: 0 auto; |
| 5 | background-color: white; |
| 6 | font-family: sans-serif; |
| 7 | font-size: 14pt; |
| 8 | } |
| 9 | |
| 10 | a { |
| 11 | color: #4183C4; |
| 12 | text-decoration: none; |
| 13 |