Ticket #22109: 22109.2.diff

File 22109.2.diff, 1.1 KB (added by obenland, 7 months ago)

Twenty Ten/Eleven/Twelve

Line 
1Index: wp-content/themes/twentyeleven/style.css
2===================================================================
3--- wp-content/themes/twentyeleven/style.css    (revision 22203)
4+++ wp-content/themes/twentyeleven/style.css    (working copy)
5@@ -431,6 +431,9 @@
6 sub {
7        top: .5ex;
8 }
9+small {
10+       font-size: smaller;
11+}
12 
13 /* Forms */
14 input[type=text],
15Index: wp-content/themes/twentyten/style.css
16===================================================================
17--- wp-content/themes/twentyten/style.css       (revision 22203)
18+++ wp-content/themes/twentyten/style.css       (working copy)
19@@ -308,6 +308,9 @@
20 sub {
21        top: .5ex;
22 }
23+small {
24+       font-size: smaller;
25+}
26 input[type="text"],
27 textarea {
28        background: #f9f9f9;
29Index: wp-content/themes/twentytwelve/style.css
30===================================================================
31--- wp-content/themes/twentytwelve/style.css    (revision 22203)
32+++ wp-content/themes/twentytwelve/style.css    (working copy)
33@@ -151,6 +151,9 @@
34 sub {
35        bottom: -0.25em;
36 }
37+small {
38+       font-size: smaller;
39+}
40 img {
41        border: 0;
42        -ms-interpolation-mode: bicubic;