1 | Index: wp-content/themes/twentyten/style.css |
---|
2 | =================================================================== |
---|
3 | --- wp-content/themes/twentyten/style.css (revision 22873) |
---|
4 | +++ wp-content/themes/twentyten/style.css (working copy) |
---|
5 | @@ -146,7 +146,7 @@ |
---|
6 | .wp-caption-text { |
---|
7 | font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; |
---|
8 | } |
---|
9 | -input[type=submit] { |
---|
10 | +input[type="submit"] { |
---|
11 | font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; |
---|
12 | } |
---|
13 | pre { |
---|
14 | @@ -312,6 +312,10 @@ |
---|
15 | font-size: smaller; |
---|
16 | } |
---|
17 | input[type="text"], |
---|
18 | +input[type="password"], |
---|
19 | +input[type="email"], |
---|
20 | +input[type="url"], |
---|
21 | +input[type="number"], |
---|
22 | textarea { |
---|
23 | background: #f9f9f9; |
---|
24 | border: 1px solid #ccc; |
---|
25 | @@ -1048,7 +1052,7 @@ |
---|
26 | } |
---|
27 | |
---|
28 | /* Comments form */ |
---|
29 | -input[type=submit] { |
---|
30 | +input[type="submit"] { |
---|
31 | color: #333; |
---|
32 | } |
---|
33 | #respond { |
---|
34 | Index: wp-content/themes/twentyten/rtl.css |
---|
35 | =================================================================== |
---|
36 | --- wp-content/themes/twentyten/rtl.css (revision 22873) |
---|
37 | +++ wp-content/themes/twentyten/rtl.css (working copy) |
---|
38 | @@ -66,7 +66,7 @@ |
---|
39 | .pingback p, |
---|
40 | .reply, |
---|
41 | .widget-title, |
---|
42 | -input[type=submit] { |
---|
43 | +input[type="submit"] { |
---|
44 | font-family: Arial, Tahoma, sans-serif; |
---|
45 | } |
---|
46 | |
---|