Changeset 29450
- Timestamp:
- Sep 9, 2014, 4:25:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/stripped_responsive/theme.css
r29449 r29450 113 113 max-width:1120px; 114 114 padding:12px 0; 115 display:table; 115 /* display:table;*/ 116 116 } 117 117 … … 127 127 */ 128 128 #content_cell { 129 display:table-cell; 129 /* display:table-cell;*/ 130 130 vertical-align:top; 131 131 max-width:1120px; … … 133 133 margin-left: auto; 134 134 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 } 136 154 } 137 155
Note: See TracChangeset
for help on using the changeset viewer.