Changeset 28691
- Timestamp:
- 06/06/2014 05:30:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/style.css
r28690 r28691 864 864 line-height: 48px; 865 865 margin: 0; 866 } 867 866 overflow: hidden; 867 text-overflow: ellipsis; 868 white-space: nowrap; 869 } 870 871 .site-title, 868 872 .site-title a, 869 873 .site-title a:hover { … … 3006 3010 3007 3011 @media screen and (max-width: 400px) { 3012 .site-title { 3013 max-width: 71%; 3014 } 3015 3008 3016 .list-view .site-content .post-thumbnail { 3009 3017 background: none; … … 3080 3088 3081 3089 @media screen and (min-width: 401px) { 3090 .site-title { 3091 max-width: 77%; 3092 } 3093 3082 3094 a.post-thumbnail:hover img { 3083 3095 opacity: 0.85; … … 3208 3220 3209 3221 @media screen and (min-width: 594px) { 3222 .site-title { 3223 max-width: 85%; 3224 } 3225 3210 3226 .site-content .entry-header { 3211 3227 padding-right: 30px; … … 3221 3237 .header-main { 3222 3238 padding: 0 30px; 3239 } 3240 3241 .site-title { 3242 max-width: 89%; 3223 3243 } 3224 3244 … … 3358 3378 } 3359 3379 3380 .site-title { 3381 max-width: 93%; 3382 } 3383 3360 3384 .search-toggle { 3361 3385 margin-right: 0; … … 3605 3629 3606 3630 @media screen and (min-width: 1008px) { 3631 .site-title { 3632 max-width: 95%; 3633 } 3634 3607 3635 .search-box-wrapper { 3608 3636 padding-left: 182px; … … 4126 4154 } 4127 4155 4156 .site-title, 4128 4157 .site-title a, 4129 4158 .entry-meta,
Note: See TracChangeset
for help on using the changeset viewer.