Make WordPress Core

Ticket #19386: 19386.960wide.patch

File 19386.960wide.patch, 1.7 KB (added by chexee, 13 years ago)

optimizes percentage widths for 960px wide screen

  • wp-admin/css/wp-admin.dev.css

     
    48284828.about-wrap {
    48294829        position: relative;
    48304830        margin: 25px 40px 0 20px;
    4831         width: 930px;
     4831        width: 770px;
    48324832       
    48334833        font-size: 15px;
    48344834}
     
    49474947}
    49484948
    49494949.about-wrap .feature-section.angled-right {
    4950         margin-top: -7.5em;
     4950        margin-top: -10.5em;
    49514951}
    49524952.about-wrap .feature-section.angled-right .left-feature {
    4953         padding-top: 7em;
     4953        padding-top: 9.5em;
    49544954}
    49554955.about-wrap .feature-section.angled-right img,
    49564956.about-wrap .feature-section.angled-left img {
     
    49594959
    49604960.about-wrap .feature-section.angled-left .left-feature,
    49614961.about-wrap .feature-section.angled-right .left-feature {
    4962         margin-right: 4%;
     4962        margin-right: 3%;
    49634963}
    49644964.about-wrap .feature-section.angled-left .right-feature,
    49654965.about-wrap .feature-section.angled-right .right-feature {
    4966         margin-left: 4%;
     4966        margin-left: 3%;
    49674967}
    49684968.about-wrap .feature-section .left-feature {
    4969         margin-right: 10%;
     4969        margin-right: 5%;
    49704970}
    49714971.about-wrap .feature-section .right-feature {
    4972         margin-left: 9%;
     4972        margin-left: 5%;
    49734973        float: right;
    49744974}
     4975
    49754976.about-wrap .feature-section.angled-left .left-feature,
    49764977.about-wrap .feature-section.angled-right .right-feature {
    49774978        width: 27%;
    49784979}
    49794980.about-wrap .feature-section.angled-left .right-feature,
    49804981.about-wrap .feature-section.angled-right .left-feature {
    4981         width: 35%;
     4982        width: 32%;
    49824983}
    49834984
    49844985.about-wrap .feature-section.three-col {
     
    49964997}
    49974998.about-wrap .feature-section.three-col img {
    49984999        margin: 0.5em 3px 1em 0;
     5000        max-width: 100%;
    49995001}
    50005002.about-wrap .feature-section.three-col .last-feature {
    50015003        margin-right: 0;