Ticket #28237: 28237.diff
File 28237.diff, 1.6 KB (added by , 10 years ago) |
---|
-
wp-content/themes/twentyfourteen/style.css
863 863 font-weight: 700; 864 864 line-height: 48px; 865 865 margin: 0; 866 overflow: hidden; 867 text-overflow: ellipsis; 868 white-space: nowrap; 866 869 } 867 870 871 .site-title, 868 872 .site-title a, 869 873 .site-title a:hover { 870 874 color: #fff; … … 3001 3005 } 3002 3006 3003 3007 @media screen and (max-width: 400px) { 3008 .list-view .site-title { 3009 max-width: 71%; 3010 } 3011 3004 3012 .list-view .site-content .post-thumbnail { 3005 3013 background: none; 3006 3014 width: auto; … … 3075 3083 } 3076 3084 3077 3085 @media screen and (min-width: 401px) { 3086 .list-view .site-title { 3087 max-width: 77%; 3088 } 3089 3078 3090 a.post-thumbnail:hover img { 3079 3091 opacity: 0.85; 3080 3092 } … … 3203 3215 } 3204 3216 3205 3217 @media screen and (min-width: 594px) { 3218 .list-view .site-title { 3219 max-width: 85%; 3220 } 3221 3206 3222 .site-content .entry-header { 3207 3223 padding-right: 30px; 3208 3224 padding-left: 30px; … … 3218 3234 padding: 0 30px; 3219 3235 } 3220 3236 3237 .list-view .site-title { 3238 max-width: 89%; 3239 } 3240 3221 3241 .search-toggle { 3222 3242 margin-right: 18px; 3223 3243 } … … 3352 3372 .header-main { 3353 3373 padding-right: 0; 3354 3374 } 3355 3375 3376 .list-view .site-title { 3377 max-width: 93%; 3378 } 3379 3356 3380 .search-toggle { 3357 3381 margin-right: 0; 3358 3382 } … … 3600 3624 } 3601 3625 3602 3626 @media screen and (min-width: 1008px) { 3627 .list-view .site-title { 3628 max-width: 95%; 3629 } 3630 3603 3631 .search-box-wrapper { 3604 3632 padding-left: 182px; 3605 3633 } … … 4121 4149 display: none; 4122 4150 } 4123 4151 4152 .site-title, 4124 4153 .site-title a, 4125 4154 .entry-meta, 4126 4155 .entry-meta a,