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