Ignore:
Timestamp:
Sep 17, 2014, 9:36:52 AM (10 years ago)
Author:
JanisV
Message:

Width

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_responsive/theme.css

    r29583 r29584  
    116116/*      display:table-cell;*/
    117117        vertical-align:top;
    118         max-width:1140px;
     118/*      max-width:1140px;*/
    119119        padding: 0;
    120120        margin-left: auto;
    121121        margin-right: auto;
    122 /*      width:100%;*/
     122        width:100%;
    123123/*  min-width: 580px;*/
    124124    max-width: auto;
     
    127127@media (min-width: 798px) and (-webkit-max-device-pixel-ratio: 1.7), (min-width: 798px) and (max-resolution: 163.2dpi) {
    128128  .atr #content_cell {
    129     max-width: 580px;
     129    width: 580px;
    130130  }
    131131}
    132132@media (min-width: 992px) and (-webkit-max-device-pixel-ratio: 2.5), (min-width: 992px) and (max-resolution: 240dpi) {
    133133  .atr #content_cell {
    134     max-width: 770px;
     134    width: 770px;
    135135  }
    136136}
    137137@media (min-width: 1220px) {
    138138  .atr #content_cell {
    139     max-width: 940px;
     139    width: 940px;
    140140  }
    141141}
Note: See TracChangeset for help on using the changeset viewer.