Ticket #21478: 21478.2.diff
File 21478.2.diff, 842 bytes (added by , 13 years ago) |
---|
-
wp-content/themes/twentytwelve/style.css
260 260 } 261 261 262 262 /* Form fields */ 263 .widget_search input[type="text"], 264 article.post-password-required form input[type="password"] { 263 input[type="text"], 264 input[type="password"], 265 textarea { 265 266 padding: 6px; 266 267 padding: 0.428571429rem; 267 268 font-family: inherit; … … 1208 1209 } 1209 1210 #respond form input[type="text"], 1210 1211 #respond form textarea { 1211 font-family: inherit;1212 1212 font-size: 12px; 1213 1213 font-size: 0.857142857rem; 1214 1214 line-height: 1.714285714; 1215 1215 padding: 10px; 1216 1216 padding: 0.714285714rem; 1217 border: 1px solid #d5d2ca;1218 border-radius: 3px;1219 1217 width: 96%; 1220 1218 } 1221 1219 #respond form p.form-allowed-tags {