| OLD | NEW |
| 1 {{+content:partials.site}} | 1 {{+content:partials.site}} |
| 2 <div class="pillar-content"> | 2 <div class="pillar-content"> |
| 3 | 3 |
| 4 <h1>Chrome Developer Tools</h1> | 4 <h1>Chrome Developer Tools</h1> |
| 5 | 5 |
| 6 <section class="article-list g-section"> | 6 <section class="article-list g-section"> |
| 7 <article class="new"> | 7 <article class="new"> |
| 8 <h4 class="label">Styles & the DOM</h4> | 8 <h4 class="label">Styles & the DOM</h4> |
| 9 <h2>Editing Styles and the DOM</h2> | 9 <h2>Editing Styles and the DOM</h2> |
| 10 <p> | 10 <p> |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 <p>Looking to use the DevTools to debug Chrome extensions? Watch ou
r videos for more info. | 225 <p>Looking to use the DevTools to debug Chrome extensions? Watch ou
r videos for more info. |
| 226 <p><a href="docs/videos.html">Learn more</a></p> | 226 <p><a href="docs/videos.html">Learn more</a></p> |
| 227 </article> | 227 </article> |
| 228 </div> | 228 </div> |
| 229 </div> | 229 </div> |
| 230 </div> | 230 </div> |
| 231 </section> | 231 </section> |
| 232 | 232 |
| 233 </div> | 233 </div> |
| 234 {{/partials.site}} | 234 {{/partials.site}} |
| OLD | NEW |