Skip to content

Instantly share code, notes, and snippets.

@jackz3
Created April 13, 2012 04:01
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 jackz3/2373575 to your computer and use it in GitHub Desktop.
Save jackz3/2373575 to your computer and use it in GitHub Desktop.
third page
/** choix du restaurant **/
#choisir_restau .choice_list h1{
background-position: 0 -132px;
margin:10px auto 20px auto;
}
#choisir_restau .choice_list a{
padding-top:10px;
color:rgb(63, 41, 39);
}
#choisir_restau .classement{
display:inline-bloc;
background:url(images/pagination.png) no-repeat 0 -182px;
height:22px;
text-indent:-999px;
font-size:0px;
}
#choisir_restau .one{
width:30px;
}
#choisir_restau .two{
width:55px;
}
#choisir_restau .three{
width:75px;
}
#choisir_restau .four{
width:99px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment