Ticket #19196: 19196.calc.patch
| File 19196.calc.patch, 384 bytes (added by , 14 years ago) |
|---|
-
wp-admin/css/wp-admin.dev.css
1894 1894 1895 1895 body.admin-bar { 1896 1896 padding-top: 28px; 1897 height: -webkit-calc(100% - 28px); 1898 height: -moz-calc(100% - 28px); 1899 height: calc(100% - 28px); 1897 1900 } 1898 1901 1899 1902 .narrow {