Changeset 726
- Timestamp:
- 06/29/2014 10:14:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/forum-wp4.css
r19 r726 413 413 padding: 4px 2px; 414 414 } 415 416 @media screen and ( max-width: 960px ) { 417 .col-6, .col-7, .col-10, .col-12 { 418 width: 100%; 419 padding: 0 14px; 420 margin: 0; 421 box-sizing: border-box; 422 } 423 424 .postform .form-table th, 425 .postform .form-table td { 426 display: inline-block; 427 } 428 429 .form-table textarea { 430 width: 100% !important; 431 } 432 433 434 }
Note: See TracChangeset
for help on using the changeset viewer.