Ticket #28237: 28237.2.diff
File 28237.2.diff, 2.2 KB (added by , 11 years ago) |
---|
-
src/wp-content/themes/twentyfourteen/css/ie.css
29 29 border: 1px solid #b2b2b2; 30 30 } 31 31 32 .site-title { 33 max-width: 71%; 34 } 35 32 36 .site-content blockquote.alignleft, 33 37 .site-content blockquote.alignright { 34 38 border-top: 1px solid #e5e5e5; -
src/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;869 866 } 870 867 871 .site-title,872 868 .site-title a, 873 869 .site-title a:hover { 874 870 color: #fff; 871 display: block; 872 overflow: hidden; 873 text-overflow: ellipsis; 874 white-space: nowrap; 875 875 } 876 876 877 877 /* Search in the header */ … … 3081 3081 3082 3082 @media screen and (max-width: 400px) { 3083 3083 .site-title { 3084 max-width: 71%; 3084 /* Nav-toggle width + search-toggle width - gutter = 86px */ 3085 max-width: -webkit-calc(100% - 86px); 3086 max-width: calc(100% - 86px); 3085 3087 } 3086 3088 3087 3089 .list-view .site-content .post-thumbnail { … … 3158 3160 } 3159 3161 3160 3162 @media screen and (min-width: 401px) { 3161 .site-title {3162 max-width: 77%;3163 }3164 3165 3163 a.post-thumbnail:hover img { 3166 3164 opacity: 0.85; 3167 3165 } … … 3290 3288 } 3291 3289 3292 3290 @media screen and (min-width: 594px) { 3293 .site-title {3294 max-width: 85%;3295 }3296 3297 3291 .site-content .entry-header { 3298 3292 padding-right: 30px; 3299 3293 padding-left: 30px; … … 3309 3303 padding: 0 30px; 3310 3304 } 3311 3305 3312 .site-title {3313 max-width: 89%;3314 }3315 3316 3306 .search-toggle { 3317 3307 margin-right: 18px; 3318 3308 } … … 3448 3438 padding-right: 0; 3449 3439 } 3450 3440 3451 .site-title {3452 max-width: 93%;3453 }3454 3455 3441 .search-toggle { 3456 3442 margin-right: 0; 3457 3443 } … … 3699 3685 } 3700 3686 3701 3687 @media screen and (min-width: 1008px) { 3702 .site-title {3703 max-width: 95%;3704 }3705 3706 3688 .search-box-wrapper { 3707 3689 padding-left: 182px; 3708 3690 } … … 4224 4206 display: none; 4225 4207 } 4226 4208 4227 .site-title,4228 4209 .site-title a, 4229 4210 .entry-meta, 4230 4211 .entry-meta a,