Skip to content

Instantly share code, notes, and snippets.

@codedependant
Created November 12, 2012 09:13
Show Gist options
  • Save codedependant/4058288 to your computer and use it in GitHub Desktop.
Save codedependant/4058288 to your computer and use it in GitHub Desktop.
css Center Horizontal List
ul.carousel-dots
{
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align: center;
padding-bottom: 0px;
padding-top: 0px;
padding-left: 0;
margin-top: 0;
margin-left: 0;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
}
.carousel-dots li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 1px;
/* matches link padding except for left and right */
padding-top: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment