Skip to content

Instantly share code, notes, and snippets.

@tareiking
Created May 12, 2014 10:20
Show Gist options
  • Save tareiking/da2bf4a67552065e5886 to your computer and use it in GitHub Desktop.
Save tareiking/da2bf4a67552065e5886 to your computer and use it in GitHub Desktop.
http://stackoverflow.com/questions/2689265/can-git-undo-a-checkout-of-unstaged-filesGive LI item's font awesome icons instead .. and maintain padding values. Source
/* ================================================================================
#Lists
================================================================================ */
.content,
.sidebar {
ul, ol {
margin-left: 0;
list-style: none;
display: table;
li {
list-style: none;
margin-left: 0;
}
}
ol li {
list-style:decimal;
}
ul li {
display: table-row;
&:before {
font-family: "FontAwesome";
content: "\f054";
position: relative;
text-align: right;
display: table-cell;
padding-right: .3em;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment