Changeset 21396
- Timestamp:
- 08/01/2012 05:34:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/style.css
r21393 r21396 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; … … 235 234 border: none; 236 235 } 237 li.bypostauthor cite span, 238 .featured-post { 236 li.bypostauthor cite span { 239 237 color: #fff; 240 238 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); 239 background-image: none; 247 240 border: 1px solid #1f6f93; 241 border-radius: 2px; 242 box-shadow: none; 243 padding: 0; 248 244 } 249 245 … … 774 770 } 775 771 article.sticky .featured-post { 772 border-top: 4px double #ededed; 773 border-bottom: 4px double #ededed; 774 color: #777; 775 font-size: 13px; 776 font-size: 0.928571429rem; 777 line-height: 3.692307692; 776 778 margin-bottom: 24px; 777 779 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;783 780 text-align: center; 784 }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 781 } 799 782 .entry-content h1,
Note: See TracChangeset
for help on using the changeset viewer.