| 1 | Index: 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], |
|---|
| 15 | Index: 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; |
|---|
| 29 | Index: 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; |
|---|