Added ul.unstyled
This commit is contained in:
parent
248eda3919
commit
d936dec561
3 changed files with 11 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* www.KNACSS.com V2.6d @author: Raphael Goetter, Alsacreations
|
* www.KNACSS.com V2.6e @author: Raphael Goetter, Alsacreations
|
||||||
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
|
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -106,6 +106,9 @@ ul,
|
||||||
ol {
|
ol {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
}
|
}
|
||||||
|
ul.unstyled {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
code,
|
code,
|
||||||
pre,
|
pre,
|
||||||
samp,
|
samp,
|
||||||
|
|
|
@ -119,6 +119,9 @@ ul,
|
||||||
ol {
|
ol {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
}
|
}
|
||||||
|
ul.unstyled {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
code,
|
code,
|
||||||
pre,
|
pre,
|
||||||
samp,
|
samp,
|
||||||
|
|
|
@ -168,6 +168,10 @@ figure, label {
|
||||||
|
|
||||||
ul, ol {
|
ul, ol {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
|
|
||||||
|
&.unstyled {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
code, pre,
|
code, pre,
|
||||||
|
|
Loading…
Reference in a new issue