Skip to content

Instantly share code, notes, and snippets.

@Miriam6142
Created February 19, 2010 17:27
Show Gist options
  • Save Miriam6142/308945 to your computer and use it in GitHub Desktop.
Save Miriam6142/308945 to your computer and use it in GitHub Desktop.
#content{
background: #2b273e;
}
.box{
background: #000000;
}
#steps ol li.step-1{
border-bottom: #eee;
background-image: url(images/step-1.jpg);
color:#FFFFFF;
}
#steps ol li{
border-bottom: 2px solid #FFFFFF;
padding-bottom: 20px;
color:#FFFFFF
}
#steps ol li.odd{
background-position-x: 300px;
}
#steps ol li.even{
background-position-x: 200px;
}
a{
}
a:hover{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment