Skip to content

Instantly share code, notes, and snippets.

@lightcap
Created October 20, 2009 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lightcap/213884 to your computer and use it in GitHub Desktop.
Save lightcap/213884 to your computer and use it in GitHub Desktop.
## markup
<div>
<ul>
<li>
<div class="image">
<img src="/system/events/icons/1/small_IMG_1651.jpg" />
</div>
<div>
<span class="ttl">THIS IS A TITLE</span>
This is the text...
<a href="#">READ MORE</a>
</div>
</li>
</ul>
</div>
## css
.group .organizers-box ul {
list-style: none;
overflow: hidden;
margin: 0;
}
.group .organizers-box ul li {
margin: 0;
padding: 0;
}
.group .organizers-box ul li div.image {
float:left;
border: 1px solid red;
}
.group .organizers-box ul li span {
display: block;
color: #fff;
font-size: 1.2em;
margin: 0;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment