Ticket #21384: 21384.patch
File 21384.patch, 1.9 KB (added by , 9 years ago) |
---|
-
wp-content/themes/twentytwelve/style.css
181 181 .menu-toggle, 182 182 input#searchsubmit, 183 183 article.post-password-required input[type=submit], 184 li.bypostauthor cite span, 185 .featured-post { 184 li.bypostauthor cite span { 186 185 padding: 1px 10px; 187 186 padding: 0.071428571rem 0.714285714rem; 188 187 font-size: 11px; … … 234 233 box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4; 235 234 border: none; 236 235 } 237 li.bypostauthor cite span ,238 .featured-post { 236 li.bypostauthor cite span { 237 padding: 0; 239 238 color: #fff; 240 239 background-color: #21759b; 241 background-repeat: repeat-x; 242 background-image: -moz-linear-gradient(top, #4aacd8, #21759b); 243 background-image: -ms-linear-gradient(top, #4aacd8, #21759b); 244 background-image: -webkit-linear-gradient(top, #4aacd8, #21759b); 245 background-image: -o-linear-gradient(top, #4aacd8, #21759b); 246 background-image: linear-gradient(top, #4aacd8, #21759b); 240 background-image: none; 247 241 border: 1px solid #1f6f93; 242 border-radius: 2px; 243 box-shadow: none; 248 244 } 249 245 250 246 /* Form fields */ … … 775 771 article.sticky .featured-post { 776 772 margin-bottom: 24px; 777 773 margin-bottom: 1.714285714rem; 778 padding: 0 5px; 779 padding: 0 0.357142857rem; 780 font-size: 11px; 781 font-size: 0.785714286rem; 782 line-height: 2.181818182; 774 font-size: 13px; 775 font-size: 0.928571429rem; 776 line-height: 3.692307692; 783 777 text-align: center; 778 color: #777; 779 border-top: 4px double #ededed; 780 border-bottom: 4px double #ededed; 784 781 } 785 @media screen and (min-width: 600px) {786 article.sticky header.entry-header {787 float: left;788 max-width: 73.6%;789 overflow: hidden;790 }791 article.sticky .featured-post {792 float: right;793 text-align: left;794 }795 article.sticky .entry-content {796 clear: both;797 }798 }799 782 .entry-content h1, 800 783 .comment-content h1, 801 784 .entry-content h2,