Skip to content

Instantly share code, notes, and snippets.

@matthooks
Created September 4, 2008 19:49
Show Gist options
  • Save matthooks/8857 to your computer and use it in GitHub Desktop.
Save matthooks/8857 to your computer and use it in GitHub Desktop.
#content_wrap #info_column #remix_leaderboard {
border:5px solid #d19c86;
background-color:#a95035;
color:#fff;
margin-bottom:10px;
}
#content_wrap #info_column #remix_leaderboard h3 { padding:10px 20px; }
#content_wrap #info_column #remix_leaderboard ul { }
#content_wrap #info_column #remix_leaderboard ul li {
border-top:1px solid #d19c86;
padding:10px 20px;
overflow:hidden;
}
#content_wrap #info_column #remix_leaderboard ul li img,
#content_wrap #info_column #remix_leaderboard ul li p {
float:left;
display:inline; /* ie */
}
#content_wrap #info_column #remix_leaderboard ul li img {
height:35px;
width:35px;
border:1px solid #d19c86;
margin-right:1em;
}
#content_wrap #info_column #remix_leaderboard ul li p {
font-size:1.2em;
font-family:Georgia, 'Palatino', 'Palatino Linotype', Times, 'Times New Roman', serif;
font-weight:bold;
}
#content_wrap #info_column #remix_leaderboard ul li p.position { margin-right:1em; }
#content_wrap #info_column #remix_leaderboard ul li p.user { text-transform:uppercase; }
<div id="remix_leaderboard">
<h3>remix leaderboard</h3>
<ul>
<li>
<img src="no_profile_tiny.png">
<p class="position">#1</p>
<p class="user">
Username<br/>
<i>$1000</i>
</p>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment