Skip to content

Instantly share code, notes, and snippets.

@jdcauley
Created January 22, 2014 17:04
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 jdcauley/8562627 to your computer and use it in GitHub Desktop.
Save jdcauley/8562627 to your computer and use it in GitHub Desktop.
.sidebar ul li{
list-style: none;
}
.sidebar .widget{
border-bottom: 1px solid #E9E9E9;
}
.sidebar .widget:last-child{
border-bottom: none;
}
.sidebar-border{
border-top: 1px solid #00669C;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment