Ticket #28237: 28237.3.diff
File 28237.3.diff, 1.9 KB (added by , 10 years ago) |
---|
-
wp-content/themes/twentyfourteen/css/ie.css
29 29 border: 1px solid #b2b2b2; 30 30 } 31 31 32 .site-title { 33 max-width: 95%; 34 } 35 32 36 .site-content blockquote.alignleft, 33 37 .site-content blockquote.alignright { 34 38 border-top: 1px solid #e5e5e5; -
wp-content/themes/twentyfourteen/style.css
863 863 font-weight: 700; 864 864 line-height: 48px; 865 865 margin: 0; 866 max-width: -webkit-calc(100% - 86px); 867 max-width: calc(100% - 86px); 866 868 overflow: hidden; 867 869 text-overflow: ellipsis; 868 870 white-space: nowrap; … … 3082 3084 } 3083 3085 3084 3086 @media screen and (max-width: 400px) { 3085 .site-title {3086 max-width: 71%;3087 }3088 3089 3087 .list-view .site-content .post-thumbnail { 3090 3088 background: none; 3091 3089 width: auto; … … 3160 3158 } 3161 3159 3162 3160 @media screen and (min-width: 401px) { 3163 .site-title {3164 max-width: 77%;3165 }3166 3167 3161 a.post-thumbnail:hover img { 3168 3162 opacity: 0.85; 3169 3163 } … … 3292 3286 } 3293 3287 3294 3288 @media screen and (min-width: 594px) { 3295 .site-title {3296 max-width: 85%;3297 }3298 3299 3289 .site-content .entry-header { 3300 3290 padding-right: 30px; 3301 3291 padding-left: 30px; … … 3312 3302 } 3313 3303 3314 3304 .site-title { 3315 max-width: 89%; 3305 max-width: -webkit-calc(100% - 66px); 3306 max-width: calc(100% - 66px); 3316 3307 } 3317 3308 3318 3309 .search-toggle { … … 3451 3442 } 3452 3443 3453 3444 .site-title { 3454 max-width: 93%; 3445 max-width: -webkit-calc(100% - 48px); 3446 max-width: calc(100% - 48px); 3455 3447 } 3456 3448 3457 3449 .search-toggle { … … 3701 3693 } 3702 3694 3703 3695 @media screen and (min-width: 1008px) { 3704 .site-title {3705 max-width: 95%;3706 }3707 3708 3696 .search-box-wrapper { 3709 3697 padding-left: 182px; 3710 3698 }