Skip to content

Instantly share code, notes, and snippets.

@Codercise
Created May 15, 2012 01:07
Show Gist options
  • Save Codercise/2698367 to your computer and use it in GitHub Desktop.
Save Codercise/2698367 to your computer and use it in GitHub Desktop.
#logosAndTitle {
width:1000px;
}
#logoList ul, #logoList li{
display: inline;
margin: 0;
padding: 0;
color: #339;
font-weight: bold;
width:1000px;
}
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
<ul id="logoList">
<li><img src="<?php echo theme_url('img/asms.png');?>"</li>
<li><img src="<?php echo theme_url('img/asmslogo.png');?>"</li>
<li>list 3</li>
<li>list 4</li>
<li>longer list element, it might wrap a little</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment