css: remove unsupported properties

neither Safari nor Firefox recognize them, and they generate a parse
error.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald 2024-12-22 00:36:28 +00:00
parent 06461e07b5
commit 779ca14125
No known key found for this signature in database
GPG Key ID: 3FC4A933962871D2
4 changed files with 1 additions and 6 deletions

View File

@ -182,8 +182,6 @@ ol, ul {
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
height: 100%;
}

View File

@ -159,8 +159,6 @@ h6 {
html {
overflow-y: hidden;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {

View File

@ -36,7 +36,6 @@
background: none;
outline: none;
-webkit-appearance: none;
-webkit-text-size-adjust: none;
}
html {

View File

@ -1791,7 +1791,7 @@ select + .cbi-button {
@media screen and (max-width: 992px) {
body {
-webkit-text-size-adjust: 100%;
}
#maincontainer {