Ticket #31455: 31455.patch
File 31455.patch, 493 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/css/press-this.css
1109 1109 /** 1110 1110 * Main 1111 1111 */ 1112 html, 1112 html { 1113 overflow: auto; 1114 } 1115 1113 1116 body { 1114 1117 overflow-x: hidden; 1118 height: 100%; 1115 1119 } 1116 1120 1117 @media (min-width: 901px) {1118 html,1119 body {1120 height: 100%;1121 }1122 }1123 1124 1121 html { 1125 1122 background: #fff; 1126 1123 -webkit-box-shadow: -10px 0 0 rgba(0, 0, 0, 0.3);