Skip to content

Instantly share code, notes, and snippets.

@kevburnsjr
Created September 13, 2008 02:45
Show Gist options
  • Save kevburnsjr/10553 to your computer and use it in GitHub Desktop.
Save kevburnsjr/10553 to your computer and use it in GitHub Desktop.
<div class="people_listing">
<div style="border-bottom:1px dotted #c9c9c9; margin-bottom:15px; padding-bottom:15px">
<div style="float:left; width:125px;">
...
</div>
<div style="float:left; width:250px">
...
</div>
<div style="float:left; width:325px; margin-left:20px">
...
</div>
<div style="clear:both"></div>
</div>
<div style="border-bottom:1px dotted #c9c9c9; margin-bottom:15px; padding-bottom:15px">
<div style="float:left; width:125px;">
...
</div>
<div style="float:left; width:250px">
...
</div>
<div style="float:left; width:325px; margin-left:20px">
...
</div>
<div style="clear:both"></div>
</div>
...
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment