Ticket #3500: 3500.patch
File 3500.patch, 823 bytes (added by , 22 months ago) |
---|
-
style.css
1614 1614 border-radius: 50%; 1615 1615 } 1616 1616 1617 /* Table of content CSS */ 1618 .wp-block-group__inner-container { 1619 width: 100%; 1620 display: inline-block; 1621 padding: 10px 10px; 1622 box-sizing: border-box; 1623 } 1624 1617 1625 /* =Responsive Overrides 1618 1626 -------------------------------------------------------------- */ 1619 1627 … … 1648 1656 #wp-toolbar { 1649 1657 width: 960px; 1650 1658 } 1659 1660 /* Main Content area css */ 1661 #main { 1662 margin: 100px 10px 40px 10px; 1663 } 1651 1664 } 1652 1665 1653 1666 /* Shrink logo to make room for navigation */ … … 1672 1685 #wp-toolbar { 1673 1686 width: 100%; 1674 1687 } 1675 #main {1676 margin: 100px 10px 40px 10px;1677 }1678 1688 body:not(.trac):not(.home-page) #main { 1679 1689 margin-top: 140px; 1680 1690 }