Ticket #25013: ticket25013.patch
File ticket25013.patch, 1.4 KB (added by , 11 years ago) |
---|
-
style.css
519 519 } 520 520 #page { 521 521 background-color: #fff; 522 max-width: 1 230px;523 max-width: 1 23.0rem;522 max-width: 100%; 523 max-width: 100%; 524 524 position: relative; 525 525 } 526 526 #main { 527 max-width: 1230px; 528 max-width: 123.0rem; 527 max-width: 100%; 529 528 } 530 529 #primary { 531 530 padding-top:24px; … … 541 540 position: relative; 542 541 z-index: 2; 543 542 } 543 #content article { margin: 0 auto; } 544 544 545 #content-sidebar { 545 546 -moz-box-sizing: border-box; 546 547 box-sizing: border-box; … … 1336 1337 width: 100%; 1337 1338 } 1338 1339 .front-page-content-area { 1339 max-width: 1230px; 1340 max-width: 123.0rem; 1340 width:100%; 1341 1341 } 1342 1342 1343 1343 … … 2668 2668 .list-view #primary .format-link .entry-header .entry-title { 2669 2669 display: block; 2670 2670 } 2671 #content-sidebar.widget-area { 2672 max-width: 100% !important; 2673 min-width: 100% !important; 2674 } 2675 #content article { 2676 width: 97%; 2677 margin:0 auto; 2678 } 2671 2679 } 2672 2680 2673 2681 /* Enable Genricons */ … … 3356 3364 #page, 3357 3365 #masthead, 3358 3366 .home #main { 3359 max-width: 1 260px;3360 max-width: 1 26.0rem;3367 max-width: 100%; 3368 max-width: 100%; 3361 3369 } 3362 3370 #content-sidebar, 3363 3371 .post-formatted-posts { 3364 3372 padding-right: 0; 3365 3373 } 3374 #content-sidebar.widget-area { 3375 margin-right: 20px; 3376 max-width:25%; 3377 min-width:25%; 3378 } 3366 3379 #primary .full-width .entry-header, 3367 3380 #primary .full-width .entry-content, 3368 3381 #primary .full-width footer.entry-meta {