Changes between Version 3 and Version 4 of Ticket #7314, comment 22
- Timestamp:
- 12/02/2016 02:49:25 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7314, comment 22
v3 v4 1 1 edit: is necessary to edit also '''twentysixteen.min.css''' 2 search: '''@charset "UTF-8";''' 3 replace: '''@charset "UTF-8";@media screen and (max-width:905px){html.js body.no-js .site-header-menu{display:none}}''' 2 3 search: 4 {{{ 5 @charset "UTF-8"; 6 }}} 7 8 replace: 9 {{{ 10 @charset "UTF-8";@media screen and (max-width:905px){html.js body.no-js .site-header-menu{display:none}} 11 }}} 12 4 13 5 14 after of this, all seems to work as expected :)