Added ul.unstyled

This commit is contained in:
Hugo Giraudel 2013-04-07 11:33:23 +02:00
parent 248eda3919
commit d936dec561
3 changed files with 11 additions and 1 deletions

View file

@ -119,6 +119,9 @@ ul,
ol {
padding-left: 2em;
}
ul.unstyled {
list-style: none;
}
code,
pre,
samp,