Changeset 1460
- Timestamp:
- 03/28/2015 05:48:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/wp4.css
r1457 r1460 1805 1805 } 1806 1806 .wporg-page-mobile ul#books { 1807 display: -webkit-box;1808 1807 display: -moz-box; 1809 1808 display: -ms-flexbox; 1810 display: -webkit-flex;1811 1809 display: flex; 1812 1810 flex-wrap: wrap; … … 1815 1813 width: 49%; 1816 1814 margin-left: 1%; 1815 clear: none; 1817 1816 } 1818 1817 .wporg-page-mobile #books li:first-child { … … 1848 1847 @media screen and (max-width: 974px) { 1849 1848 body.wporg-responsive #pagebody .wrapper { 1850 display: -webkit-box;1851 1849 display: -moz-box; 1852 1850 display: -ms-flexbox; 1853 display: -webkit-flex;1854 1851 display: flex; 1855 1852 flex-wrap: wrap; … … 1871 1868 body.wporg-responsive.wporg-page-parent-download .col-8 { 1872 1869 margin-left: 14px; 1873 width: 100%; 1870 margin-right: 14px; 1871 width: inherit; 1874 1872 } 1875 1873 … … 1901 1899 .wporg-responsive.wporg-page-download .col-7 { 1902 1900 margin-left: 14px; 1903 width: 100%; 1901 margin-right: 14px; 1902 width: inherit; 1904 1903 margin-bottom: 3em; 1905 1904 padding-bottom: 2em; … … 1913 1912 } 1914 1913 .wporg-responsive.wporg-page-download #sidebar, .wporg-responsive.wporg-page-download .col-7 { 1915 width: 90%;1916 1914 float: none; 1917 margin: 0 auto; 1915 } 1916 .wporg-responsive.wporg-page-download #sidebar { 1917 width: 100%; 1918 1918 } 1919 1919 .wporg-responsive.wporg-page-download .col-3 { … … 1921 1921 border-top: 1px solid #ccc; 1922 1922 padding-top: 3em; 1923 width: 90%;1923 width: inherit; 1924 1924 float: none; 1925 1925 margin: 2em auto;
Note: See TracChangeset
for help on using the changeset viewer.