Ticket #21916: 21916.diff

File 21916.diff, 618 bytes (added by obenland, 8 months ago)
Line 
1Index: wp-content/themes/twentytwelve/style.css
2===================================================================
3--- wp-content/themes/twentytwelve/style.css    (revision 21880)
4+++ wp-content/themes/twentytwelve/style.css    (working copy)
5@@ -1179,12 +1179,15 @@
6 }
7 #respond form input[type="text"],
8 #respond form textarea {
9+       -webkit-box-sizing: border-box;
10+       -moz-box-sizing: border-box;
11+       box-sizing: border-box;
12        font-size: 12px;
13        font-size: 0.857142857rem;
14        line-height: 1.714285714;
15        padding: 10px;
16        padding: 0.714285714rem;
17-       width: 96%;
18+       width:100%;
19 }
20 #respond form p.form-allowed-tags {
21        margin: 0;