Ticket #21261: 21261.1.patch
| File 21261.1.patch, 1.0 KB (added by drewstrojny, 10 months ago) |
|---|
-
wp-content/themes/twentytwelve/style.css
158 158 /* Small headers */ 159 159 .archive-title, 160 160 .page-title, 161 .widget-title { 161 .widget-title, 162 .entry-content th, 163 .comment-content th { 162 164 font-size: 11px; 163 165 font-size: 0.785714286rem; 164 166 line-height: 2.181818182; … … 968 970 margin: 0 0 24px; 969 971 margin: 0 0 1.714285714rem; 970 972 width: 100%; 973 font-size: 12px; 974 font-size: 0.857142857rem; 975 line-height: 2; 976 color: #777; 971 977 } 972 .entry-content th, 973 .comment-content th { 974 color: #666; 975 font-size: 10px; 976 font-size: 0.714285714rem; 977 font-weight: bold; 978 letter-spacing: 0.1em; 979 line-height: 1.846153846; 980 text-transform: uppercase; 978 .entry-content table caption, 979 .comment-content table caption { 980 margin: 24px 0; 981 margin: 1.714285714rem 0; 982 font-size: 16px; 983 font-size: 1.142857143rem; 981 984 } 982 985 .entry-content td, 983 986 .comment-content td {
