Skip to content

Instantly share code, notes, and snippets.

@scottwyden
Last active December 19, 2015 00:29
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 scottwyden/5869100 to your computer and use it in GitHub Desktop.
Save scottwyden/5869100 to your computer and use it in GitHub Desktop.
/*-----NAVIGATION-----*/
.menu ul li ul {
border-top: 2px solid #000;
}
/*-----SIDEBAR------*/
.widget-area ul ul li { /*removes bottom-border only*/
border-bottom: 0px;
}
.widget-area ul ul li { /*returns list back to bullet style*/
list-style:disc;
margin-left: 20px;
}
/*----FOOTER------*/
#footer-widgets .footer-widget-container ul li { /*removes bottom-border only*/
border-bottom: 0px;
}
#footer-widgets .footer-widget-container ul li { /*returns list back to bullet style*/
list-style:disc;
margin-left: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment