Changeset 1528 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 04/30/2015 11:32:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r1504 r1528 530 530 width: 60%; 531 531 clear: none; 532 text-align: center; 532 533 } 533 534 .code-ref-right { … … 544 545 float: none; 545 546 width: 100%; 546 padding: 1.5em 10%;547 padding: 0 4px; 547 548 clear: both; 548 549 text-align: center; 550 } 551 .code-ref-left .widget-description { 552 margin-left: 0; 549 553 } 550 554 … … 1416 1420 } 1417 1421 1418 .section .box,1419 .home-primary-content,1420 .reference-landing .section {1421 float: none;1422 width: 100%;1423 padding: 1.5em 10%;1424 clear: both;1425 text-align: center;1426 display: block;1427 }1428 .reference-landing .section .box,1429 .sidebar .box {1430 padding: 0;1431 margin-bottom: 1.5em;1432 }1433 .home-primary-content .entry-content,1434 .reference-landing .section {1435 text-align: left;1436 }1437 1438 1422 .devhub-wrap { 1423 .three-columns .box, 1424 .section .box, 1425 .home-primary-content, 1426 .reference-landing .section { 1427 float: none; 1428 width: 100%; 1429 padding: 1.5em 10%; 1430 clear: both; 1431 text-align: center; 1432 display: block; 1433 } 1434 .reference-landing .section .box, 1435 .sidebar .box { 1436 padding: 0; 1437 margin-bottom: 1.5em; 1438 } 1439 .home-primary-content .entry-content, 1440 .reference-landing .section { 1441 text-align: left; 1442 } 1443 1439 1444 .horizontal-list li { 1440 1445 display: block;
Note: See TracChangeset
for help on using the changeset viewer.