Fossil SCM

skins: replaced CSS attributes prefixed with old/obsolete/non-standard -moz/-ms/-mx/-webkit with their standard counterparts.

stephan 2021-09-13 19:59 trunk
Commit 9386c4c0697dea9d9fbdaca8f882a1bf6231b725fcb722554a1bbeea6ad3d69b
--- skins/black_and_white/css.txt
+++ skins/black_and_white/css.txt
@@ -3,13 +3,11 @@
33
margin:0px 0px 0px 0px;
44
padding:0px;
55
font-family:verdana, arial, helvetica, "sans serif";
66
color:#333;
77
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;
119
}
1210
1311
/* consistent colours */
1412
h2 {
1513
color: #333;
1614
--- 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
--- skins/khaki/css.txt
+++ skins/khaki/css.txt
@@ -2,13 +2,11 @@
22
body {
33
margin: 0ex 0ex;
44
padding: 0px;
55
background-color: #fef3bc;
66
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;
108
}
119
1210
/* The project logo in the upper left-hand corner of each page */
1311
div.logo {
1412
display: inline;
1513
--- 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
--- skins/plain_gray/css.txt
+++ skins/plain_gray/css.txt
@@ -2,13 +2,11 @@
22
body {
33
margin: 0ex 1ex;
44
padding: 0px;
55
background-color: white;
66
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;
108
}
119
1210
/* The page title centered at the top of each page */
1311
div.title {
1412
display: table-cell;
1513
--- 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
--- skins/xekri/css.txt
+++ skins/xekri/css.txt
@@ -22,13 +22,11 @@
2222
}
2323
2424
body {
2525
margin: 0;
2626
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;
3028
}
3129
3230
a {
3331
color: #40a0ff;
3432
}
3533
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button