Ticket #19346: 19346.3.diff
| File 19346.3.diff, 2.3 KB (added by , 14 years ago) |
|---|
-
wp-admin/css/wp-admin.dev.css
4893 4893 padding: 2px; 4894 4894 } 4895 4895 4896 /* Point Releases */ 4897 4898 .about-wrap .point-releases { 4899 margin-top: 5px; 4900 } 4901 .about-wrap .changelog.point-releases h3 { 4902 padding-top: 35px; 4903 } 4904 .about-wrap .changelog.point-releases h3:first-child { 4905 padding-top: 7px; 4906 } 4907 4896 4908 /* WordPress Version Badge */ 4897 4909 4898 4910 .wp-badge { … … 5077 5089 .about-wrap ul.wp-people-group { 5078 5090 overflow: hidden; 5079 5091 padding: 5px; 5080 margin: 0 - 5px;5092 margin: 0 -15px 0 -5px; 5081 5093 } 5082 5094 .about-wrap ul.compact { 5083 5095 margin-bottom: 0 -
wp-admin/css/colors-classic.dev.css
2168 2168 color: #464646; 2169 2169 } 2170 2170 2171 .about-wrap .feature-section img, 2172 .about-wrap .feature-section .image-mask { 2171 .about-wrap .feature-section img { 2173 2172 background: #fff; 2174 2173 border-color: #dfdfdf; 2175 2174 … … 2178 2177 box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 ); 2179 2178 } 2180 2179 2180 .about-wrap .point-releases { 2181 border-bottom: 1px solid #dfdfdf; 2182 } 2183 2184 .about-wrap .point-releases h3 { 2185 border-top: 1px solid #dfdfdf; 2186 } 2187 2188 .about-wrap .point-releases h3:first-child { 2189 border: 0 2190 } 2191 2181 2192 .about-wrap h4.wp-people-group { 2182 2193 text-shadow: 1px 1px 1px white; 2183 2194 } -
wp-admin/css/colors-fresh.dev.css
1795 1795 color: #464646; 1796 1796 } 1797 1797 1798 .about-wrap .feature-section img, 1799 .about-wrap .feature-section .image-mask { 1798 .about-wrap .feature-section img { 1800 1799 background: #fff; 1801 1800 border-color: #dfdfdf; 1802 1801 … … 1809 1808 text-shadow: 1px 1px 1px white; 1810 1809 } 1811 1810 1811 .about-wrap .point-releases { 1812 border-bottom: 1px solid #dfdfdf; 1813 } 1814 1815 .about-wrap .point-releases h3 { 1816 border-top: 1px solid #dfdfdf; 1817 } 1818 1819 .about-wrap .point-releases h3:first-child { 1820 border: 0 1821 } 1822 1812 1823 .about-wrap li.wp-person img.gravatar { 1813 1824 -moz-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 1814 1825 -webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );