Skip to content

Instantly share code, notes, and snippets.

@alkema
Forked from andyvanee/id.css
Last active August 29, 2015 14:13
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 alkema/e059e26f02f0fcf45d0f to your computer and use it in GitHub Desktop.
Save alkema/e059e26f02f0fcf45d0f to your computer and use it in GitHub Desktop.
/* id styling has widespread effects */
#site a { padding-left: 10px; }
/* does nothing */
li a { padding-left: 10px; }
/* also does nothing */
.sidebar li:first a { padding-left: 10px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment