Ticket #8876: css-modifications.patch
| File css-modifications.patch, 746 bytes (added by beaulebens, 4 years ago) |
|---|
-
wp-admin/wp-admin.css
2940 2940 line-height: 1; 2941 2941 padding-left: 25px; 2942 2942 } 2943 2944 ol { 2945 list-style-type: decimal; 2946 margin-left: 2em; 2947 } 2948 No newline at end of file -
wp-admin/css/global.css
184 184 185 185 /* include margin and padding in the width calculation of input and textarea */ 186 186 input[type="text"], 187 input[type="password"], 187 188 textarea { 188 189 -moz-box-sizing: border-box; 189 190 -webkit-box-sizing: border-box;
