Changeset 29559
- Timestamp:
- Sep 16, 2014, 3:07:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/stripped_responsive/theme.css
r29558 r29559 156 156 #thumbnails { 157 157 position:static; 158 margin:0 20px; 158 margin:0; 159 } 160 @media (min-width: 798px) and (-webkit-max-device-pixel-ratio: 1.7), (min-width: 798px) and (max-resolution: 163.2dpi) { 161 #thumbnails { 162 margin:0 10px; 163 } 164 } 165 @media (min-width: 992px) and (-webkit-max-device-pixel-ratio: 2.5), (min-width: 992px) and (max-resolution: 240dpi) { 166 #thumbnails { 167 margin:0 15px; 168 } 169 } 170 @media (min-width: 1220px) { 171 #thumbnails { 172 margin:0 20px; 173 } 159 174 } 160 175
Note: See TracChangeset
for help on using the changeset viewer.