File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1097,9 +1097,8 @@ <h3 id=grid><span class=secno>4.13. </span>grid</h3>
10971097 < div class =example >
10981098 < p > Here are two examples:</ p >
10991099
1100- < pre > < code > @media handheld and (grid) and (max-width: 15em) { … }
1101- < span
1102- class =css-example > @media handheld and (grid) and (device-max-height: 7em) { … }</ span > </ code > </ pre >
1100+ < pre > < code > @media handheld and (grid) and (max-width: 15em) { … }</ code >
1101+ < code > @media handheld and (grid) and (device-max-height: 7em) { … }</ code > </ pre >
11031102 </ div >
11041103
11051104 < h2 id =values > < span class =secno > 5. </ span > Values</ h2 >
Original file line number Diff line number Diff line change @@ -957,8 +957,8 @@ <h3 id="grid">grid</h3>
957957
958958< p > Here are two examples:</ p >
959959
960- < pre > < code > @media handheld and (grid) and (max-width: 15em) { … }</ span >
961- < span class =" css-example " > @media handheld and (grid) and (device-max-height: 7em) { … }</ code > </ pre >
960+ < pre > < code > @media handheld and (grid) and (max-width: 15em) { … }</ code >
961+ < code > @media handheld and (grid) and (device-max-height: 7em) { … }</ code > </ pre >
962962
963963</ div >
964964
You can’t perform that action at this time.
0 commit comments