Make WordPress Core

Ticket #31455: 31455.patch

File 31455.patch, 493 bytes (added by Michael Arestad, 10 years ago)
  • src/wp-admin/css/press-this.css

     
    11091109/**
    11101110* Main
    11111111*/
    1112 html,
     1112html {
     1113        overflow: auto;
     1114}
     1115
    11131116body {
    11141117        overflow-x: hidden;
     1118        height: 100%;
    11151119}
    11161120
    1117 @media (min-width: 901px) {
    1118         html,
    1119         body {
    1120                 height: 100%;
    1121         }
    1122 }
    1123 
    11241121html {
    11251122        background: #fff;
    11261123        -webkit-box-shadow: -10px 0 0 rgba(0, 0, 0, 0.3);