Skip to content

Instantly share code, notes, and snippets.

@ecchie
Created January 21, 2016 14:51
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 ecchie/3b2f142400ae0ceff481 to your computer and use it in GitHub Desktop.
Save ecchie/3b2f142400ae0ceff481 to your computer and use it in GitHub Desktop.
ul.raking {
list-style-type: none;
margin: 0;
padding: 0;
}
.ranking_box {
width: 100%;
min-height: 80px;
margin: 5px auto 0 auto;
padding: 0 0 5px 0;
border-bottom: 1px dotted #ccc;
position: relative;
clear: both;
font-size: 12px;
}
.ranking_rank {
float: left;
margin: 9px 8px 0 6px;
}
.ranking_img {
width: 83px;
height: auto;
margin: 0 10px 0 0;
padding: 0px;
float: left;
}
.clerfix {
display: block;
}
.ranking_right {
float: left;
max-width: 168px;
}
.ranking_name {
margin: 3px 0px;
}
.ranking_rate img {
margin: 3px 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment