Ignore:
Timestamp:
Sep 9, 2014, 4:25:56 PM (10 years ago)
Author:
JanisV
Message:

Responsible menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_responsive/theme.css

    r29449 r29450  
    113113        max-width:1120px;
    114114        padding:12px 0;
    115         display:table;
     115/*      display:table;*/
    116116}
    117117
     
    127127*/
    128128#content_cell {
    129         display:table-cell;
     129/*      display:table-cell;*/
    130130        vertical-align:top;
    131131        max-width:1120px;
     
    133133        margin-left: auto;
    134134        margin-right: auto;
    135         width:100%;
     135/*      width:100%;*/
     136/*  min-width: 580px;*/
     137    max-width: 700px;
     138    float: left;
     139}
     140@media (min-width: 778px) {
     141  .atr #content_cell {
     142    max-width: 580px;
     143  }
     144}
     145@media (min-width: 972px) {
     146  .atr #content_cell {
     147    max-width: 770px;
     148  }
     149}
     150@media (min-width: 1200px) {
     151  .atr #content_cell {
     152    max-width: 940px;
     153  }
    136154}
    137155
Note: See TracChangeset for help on using the changeset viewer.