Changeset 117919 in spip-zone
- Timestamp:
- Sep 20, 2019, 8:23:30 PM (16 months ago)
- Location:
- _squelettes_/html5up_massively
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/html5up_massively/css/spip.css
r117719 r117919 91 91 border-top-width: 0; 92 92 } 93 @media screen and (max-width: 736px) { 94 95 #main > div > .posts > * { 96 width: 100%; 97 } 98 99 #main > div > .posts > * { 100 padding: 2rem; 101 width: 100%; 102 } 103 104 #main > div > .posts > article:nth-child(2n - 1) { 105 border-left-width: 2px; 106 } 107 108 #main > div > .posts > article:nth-child(-n + 2) { 109 border-top-width: 2px; 110 } 111 112 #main > div > .posts > article:nth-child(n) { 113 border-left-width: 0; 114 } 115 116 #main > div > .posts > article:nth-child(-n + 1) { 117 border-top-width: 0; 118 } 119 120 #main > div > .posts > article .image { 121 max-width: 25rem; 122 margin-left: auto; 123 margin-right: auto; 124 } 125 126 } 93 127 94 128 .introduction { margin: 0 0 2rem 0; } -
_squelettes_/html5up_massively/paquet.xml
r117719 r117919 2 2 prefix="html5up_massively" 3 3 categorie="squelette" 4 version="0.6. 4"4 version="0.6.5" 5 5 schema="0.1.4" 6 6 etat="test"
Note: See TracChangeset
for help on using the changeset viewer.