Changeset 1528
- Timestamp:
- 04/30/2015 11:32:54 PM (10 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 2 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; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r1504 r1528 786 786 width: 60%; 787 787 clear: none; 788 text-align: center; 788 789 } 789 790 .devhub-wrap .section.gray .inner-wrap .code-ref-right { … … 799 800 float: none; 800 801 width: 100%; 801 padding: 1.5em 10%;802 padding: 0 4px; 802 803 clear: both; 803 804 text-align: center; 805 } 806 .devhub-wrap .section.gray .inner-wrap .code-ref-left .widget-description { 807 margin-left: 0; 804 808 } 805 809 .devhub-wrap .section.gray .inner-wrap .go { … … 1509 1513 } 1510 1514 1511 .section .box, 1512 .home-primary-content, 1513 .reference-landing .section { 1515 .devhub-wrap .three-columns .box, 1516 .devhub-wrap .section .box, 1517 .devhub-wrap .home-primary-content, 1518 .devhub-wrap .reference-landing .section { 1514 1519 float: none; 1515 1520 width: 100%; … … 1519 1524 display: block; 1520 1525 } 1521 1522 .reference-landing .section .box, 1523 .sidebar .box { 1526 .devhub-wrap .reference-landing .section .box, 1527 .devhub-wrap .sidebar .box { 1524 1528 padding: 0; 1525 1529 margin-bottom: 1.5em; 1526 1530 } 1527 1528 .home-primary-content .entry-content, 1529 .reference-landing .section { 1531 .devhub-wrap .home-primary-content .entry-content, 1532 .devhub-wrap .reference-landing .section { 1530 1533 text-align: left; 1531 1534 } 1532 1533 1535 .devhub-wrap .horizontal-list li { 1534 1536 display: block;
Note: See TracChangeset
for help on using the changeset viewer.