Skip to content

Instantly share code, notes, and snippets.

@lillyfreitas
Last active May 19, 2018 00:05
Show Gist options
  • Save lillyfreitas/9795f0fd37b2854995857036c2c5ea3f to your computer and use it in GitHub Desktop.
Save lillyfreitas/9795f0fd37b2854995857036c2c5ea3f to your computer and use it in GitHub Desktop.
Alinhar segunda linha de listas HTML com CSS
/*
* Os valores têm de ser iguais.
* Fonte: http://jsfiddle.net/j7MEd/234/
*/
ul li,
ol li {
text-indent: -15px;
margin-left: 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment