Skip to content

Instantly share code, notes, and snippets.

@tim-steele
Created September 12, 2012 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tim-steele/3707809 to your computer and use it in GitHub Desktop.
Save tim-steele/3707809 to your computer and use it in GitHub Desktop.
<!-- OLD -->
<article class="widget content-container span12 image-widget">
<header class="content-header">
<h3>Discover ideas. Ask Questions. Be you. Welcome to the Community.</h3>
<h4>Subtitle</h4>
</header>
<article class="content-container">
<img src="">
</article>
</article>
<!-- NEW -->
<article class="widget content-container span12 image-widget">
<header class="content-header">
<h3>Discover ideas. Ask Questions. Be you. Welcome to the Community.</h3>
<h4>Subtitle</h4>
</header>
<section class="content-body">
<img src="">
</section>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment