Changeset 2038:c3ea444c5697 for admin/style/default.css
- Timestamp:
- 09/23/13 08:48:13 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2035 r2038 2366 2366 padding: 2px 8px; 2367 2367 } 2368 .one-box, .two-boxes, .three-boxes { 2368 .three-boxes, .three-boxes .box, 2369 .three-boxes:first-child, .three-boxes.first-child, 2370 .three-boxes:last-child, .three-boxes.last-child, 2371 .two-cols .col70, .two-cols .col30 { 2369 2372 width: 100%; 2370 2373 margin-left: 0; … … 2408 2411 overflow: hidden; 2409 2412 } 2413 .one-box, .two-boxes, 2414 .one-box .box, .two-boxes .box, 2415 .two-boxes:first-child, .two-boxes.odd, .two-boxes.odd:last-child, 2416 .two-boxes.even:last-child, .two-boxes.even, 2417 .two-cols .col { 2418 width: 100%; 2419 margin-left: 0; 2420 margin-right: 0; 2421 } 2410 2422 } 2411 2423 @media screen and (max-width: 500px) {
Note: See TracChangeset
for help on using the changeset viewer.