Plugin Directory

Changeset 2021579


Ignore:
Timestamp:
01/30/2019 01:17:16 AM (7 years ago)
Author:
autonomash
Message:

1.2 ch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vc-simple-all-responsive/tags/1.2/assets/media.css

    r2021459 r2021579  
    113113*/
    114114
     115
    115116@media all and (max-width: 767px) {
    116117  .disp_hid_ap {
     
    130131*/
    131132
    132 @media all and (orientation:portrait) and (max-width: 567px) {
    133   .disp_hid_ap {
     133
     134@media all and (max-width: 567px) {
     135  .disp_hid_pp {
    134136      display: none !important;
    135137  }
    136138}
    137139
    138 @media all and (orientation:portrait), all and (min-width: 568px) {
    139   .disp_vis_ap {
     140@media all and (min-width: 568px) {
     141  .disp_vis_pp {
    140142      display: none !important;
    141143  }
Note: See TracChangeset for help on using the changeset viewer.